I have a web form in which I create some HTML fields which have the tag. Some JS populates the value/text of the second select tag How can I save the values of the tags within the document to a field on the back-end document? I have tried creating a computed (and editable) field with the same name as the select id/name but this does not seem to work Any help gratefully appreciated Mike
Subject: Saving values in the value You can use the onchange event in javascript to take the option and put it into another field of your choice.
Subject: RE: Saving values in the value Adam, I do have some JS that populates the second field. It is the saving to the back-end of that second field that I am having trouble with. If I inspect the HTML, I can see the second “field” with all it’s options and associated values. But when I submit the form, the values are not being populated into the hidden Notes field of the same name Mike
Subject: RE: Saving values in the value Do you have ‘Generate HTML for all fields’ clicked for your form properties?