Hello,
I’m wondering how to re-use IDs on text fields with Webflow.
Situation:
I have a form with hidden fields that captures UTM parameters. The hidden fields have IDs such as “utm_source”, “utm_medium”, “utm_campaign”
When copy pasting the form to another page, Webflow auto increases the IDs of the newly pasted form like this “utm_source1”, “utm_medium1”…
If I delete the auto generated number, it will keep applying a suffix to the IDs whatever I do. This is blocking because we retrieve UTMs based on the hidden field’s ID.
Question
I don’t fully grasp why you can’t have multiple text fields with a same ID across multiple pages.
How do you cope with this situation?