I am working on a project with a collection of Landing pages. I am working on the Landing Page Template Page that has a form and I want to set the form name to a text field set in the landing pages collection item.
I need unique form names for each site so that I can link each form submission to a unique zap inside Zapier. The reason for this as we want the form submissions each landing page (in the landing page collection) to send to different emails and track independently of each other.
Incase anybody was wondering I was able to do a little work around.
Basically added a hidden form field with a custom code block that uses a ID field from the “Store” collection item (EG StoreID) to name it.
Then in Zapier you set up multiple “Zaps” with the same FormID I just filter the submissions by this form field ID.
It seems to work but obviously not ideal.