Form field name = id and not name
-
Hi guys,
I am having an issue with the naming of my form fields.
My sourse code looks like this:
<input required="" type="text" data-field="fld_951624" class=" form-control" id="fld_951624_2" name="fld_951624" value="" data-type="text" aria-required="true" aria-labelledby="fld_951624Label">
What’s bothering me is the “name=”fld_951624″” cause it looks like the form field ID and not the name I maintained in the backend.Is there a way to change that? So the source code actually publishes the name for name and not the id?
Cheers Nick
- The topic ‘Form field name = id and not name’ is closed to new replies.