I’m also experiencing an issue where the Redirect processor is causing the following JSON return value to be shown in the browser(firefox). In IE/Edge, it downloads the JSON response to a file.
My JSON looks like this:
{"url":"http:\/\/mysite.com\/thank-you\/?cf_id=75","result":"Redirecting","data":{"cf_id":"75"},"html":"<div class=\" alert alert-success\">Redirecting<\/div>","type":"complete","form_id":"CF56b4b8517faff","form_name":" My Form","status":"complete"}
What’s up w/ this behavior? Someone else works on this site and may have updated the plugin. It did not do this a few weeks ago.
Is currently using Version 1.3.4.2.
As an update I’ll post something that got me past this problem.
Since the JOSN looks like something an AJAX request would consume, I went to the “General Settings” tab in Caldera Forms for my form, and I disabled the check mark on “General Settings” labeled “Enable Ajax Submissions. (No page reloads)” and it redirects to the proper page now.
This may be a workaround for cases w/ simple forms which don’t do postbacks until the form is submitted.
I just pushed v1.3.5 which includes a fix that I hope fix this problem.
can you give it a try and let me know?
Hi, yes, I applied the new version of the plugin and I believe it’s fixed the problem.
I performed the following steps to test.
1) Update plugin via WP admin plugins panel.
2) I went into the form’s general settings page, checked the “Enable Ajax…” check mark,
3) clicked Update Form button
4) when to the page for the form is, refreshed it in the browser
5) filled out form, submitted it, was redirected properly.
Thanks for the quick update!