Is it possible to change the value of the name attribute for each field??
The issue I have is that I have a client who wants their forms to integrate with the CRM solution they're using. But the name attribute of each field needs to be set to a specific value, so that when the form is submitted the field will match up with the fields in the CRM.
Annoyingly there is no way for me to map the fields in the CRM or using Zapier (or similar). They need the field attribute to be set.
For example. The First Name field would need to be:
<input type="text" id="ff-1" name="first-name" placeholder="First Name *" />
Thanks,
Bev