When I paste the redirect url into the web browser, the url works correctly, the form just won’t redirect to it on submission
Hello!
Could you update the plugin and try again please? please clear your temporary internet files before trying to make sure the browser is using the latest files.
Regards!
Hi,
I’ve updated the plugin and cleared the cache, but still seem to be having the same problem. Submitting the form just reloads it. We’re getting a copy of it in our email after it’s submitted, but I can’t redirect the form to any page at all once it’s submitted. I’ve even tried redirecting to an external site, like Google, just to try to get it to do something.
Ok i am working on a fix, but to not keep you waiting please open the file
wp-content/plugins/smart-forms/js/bundle/conditionalHandlers_bundle.js
and change this:
return condition(values, Remote, current != null ? current : instance.FormElement);
for this:
return condition(values, Remote, current != null ? current : (instance==null?null:instance.FormElement));
after that clear your temporary internet files and try again. This most likely will be the permanent fix that is going to be released in a few hours, i just need to do some more testing using the ‘repeater’ fields to be sure there are no problems with them.
Hi,
That works! Thanks for your help!