Please replace the ??? with your data!
Firstly, awesome plugin, so feature rich!
I'm using cForms with a rather large amount of fields, some of which have the same names ( and hence form ids). When I submit the form, it appears like there has been an error (because the url says http://danheimannmortgagepro.dreamhosters.com/apply/#usermessagea) but nothing is displayed. Also, some of my form fields are cleared from the previous submission.
I suspect what is happening is that because some of the fields have the same name, if one of the duplicates has an empty value, this is overwriting the value from a previous field and thus causing the validation to fail.
Is there a way to specify the id for each form variable so I can make them unique, or else could the id of each form field (as in #li–1, #li–2 etc) be added to the input field's id to make them truly unique?
Thanks
James