Forums

What will still work even if you change the action URL?

David Blum 04 Aug, 2010
So far, I've found that if I alter a form's action URL, the Javascript validation still works but the reCAPTCHA plugin does not. I suspect that e-mail sending is also disabled but I'm not sure how to verify that.

Are there any ChronoForms capabilities besides Javascript validation that can work when the action URL is changed?
nml375 04 Aug, 2010
Hi,
If you alter the action URL, you alter the handler of the submitted data. As such, any post-submission processing done serverside will not work anymore (serverside validation, emails, on submit before/after email, plugins, etc). In essence, the submitted data will never reach ChronoForms at all.

Javascript validation will work, since it's created upon loading the form, and run on the client-side.

/Fredrik
This topic is locked and no more replies can be posted.