Possible to export all form names? | Community
Skip to main content
Alexis_D_Alba1
Level 5
February 23, 2016
Question

Possible to export all form names?

  • February 23, 2016
  • 4 replies
  • 2825 views

Currently doing a form audit and would love to know if this is possible

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Grégoire_Miche2
Level 10
February 23, 2016

Hi Alexis,

Not possible.

And the new asset API unfortunately does not cover forms yet.

-Greg

Alexis_D_Alba1
Level 5
February 23, 2016

This is unfortunate --thanks for the response.

February 24, 2016

It's not ideal, but you can technically go to the design studio, select "Forms," and you will see a full list of all forms in your instance. At least from there, you can copy the names and put them in a doc to manage.

Exporting would be amazing in the future though!

July 11, 2016

Go to landing page editor where you insert/select the form. Dropdown menu will show all forms: global and nested.

Go to page source/ inspect element and copy <ul> list from HTML then format it in text editor. (And I can't believe I had to do it this way..)