Forum Moderators: coopster
This is what I want it for.
I have to POST form data to a third party site.
After validating it I can only POST data using a form with an autosubmit in Javascript.
I can do it without javascript but this requires an extra button to be clicked. to finally send the data.
I want to do it in the best way if Javascript is enabled and only the other way if it isn't.
This is what the program now does.
1. Fill in the visible form and validate it.
2. Redisplay the page with the invisible form and a message telling the user if they see the message they need to click a button to continue.
3. Submit the invisible form using javascript.
If 3 does not work because of Javascript not working then the user is prompted anyway so both methods are covered.