There are Javascript that needs certain field names in form fields.
Currently, Forminator Pro sets it automatically, and we don’t have the option to change them.
To explain in more detail this feature request I will explain with an example. Let say I have the below code:
<input type=”text” name=”address-1-zip” placeholder=”” id=”forminator-field-address-1-zip_66e0f309b94ca” class=”forminator-input” value=”” aria-invalid=”false”>
Fields “name” and “id” are set automatically by Forminator Pro.
I require the “name” value to be configured as “zip1” to ensure compatibility with another plugin, but it fails to function correctly since it is automatically assigned the value “address-1-zip”
It would help if we could override these auto-generated values for better integration. This flexibility would allow greater customization and effectiveness in utilizing Forminator Pro alongside other plugins.