Formit export change Name column

Hello everyone, I hope your doing well. I have multiple formit forms with different topics for each one

E.g Contact form, Subscribe form,ā€¦

If you see the Name column it says form-1, form-2, form-17 (see attached image)

I want this to change to Contact form, Subscribe form because clients are exporting those forms.

Any help?

Thanks in advance

1 Like

In your FormIt call, add the formName property to specify the name shown in the grid:

[[!FormIt?
  &formName=`MyContactForm`
]]

More on this in FormIt usage guide

Thank you, the formName did the trick!

Iā€™m glad it worked for you!