Hi,
I have an online form. The form's action attribute goes to a Domino parsing file to which I have no access to.
On that page, once the submit button is clicked, the button gets disabled so the button cannot be clicked again(duplicates).
Now, I have to add a checkbox on that form, would you like to receive information from us.
If the form's action attribute goes directly to a Lotus Domino parsing file to which I have no access to, how would I collect the data that they allowed me to collect to email them?
I know I could probably do a javascript submit when they click the checkbox, however it's web standard that it's only after clicking submit that it can be considered a final YES, send me info.
How would I architect this?
Thanks
MK