Hello there,
I’ve made a Gravity Form which is submitted in ajax mode.
I actually have to send my submitted form data to a Webservice. I made it via gform_after_submission
action.
- Now I’m looking to choose the confirmation page dynamically, thanks to webservice response (if webservice call is in success, display a page. Otherwise show an other).
- An alternative would be to show an error message in form ?
Could someone help me to do it ? Is there some action / filter to use to do this ?
Thanks