Getting/displaying form submission data

On one page, I have a simple form that collects a new client’s name.

On another page, I want to be able to display a list of all the client names that have been collected.

How do I make a call to the form submission data to get all of the client’s names?

And how do I then display those names on a web page?

Thank-you.


Here is my public share link: LINK
(how to access public share link)

This is not a native feature of Webflow forms nor the API. You would need to use a third-party form processor or use a webhook and Integromat or Zapier to process data then consume it.

Thank-you for confirming this for me. All the best.