Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery messes up form submission Re: jQuery messes up form submission

#80106
dcp3450
Participant

one way to work around it to have a hidden field with the same "name" write some javascript/jquery that copies what you have in the box as you type and places it as the value of the hidden field.

Hidden fields will submit data.