custom-contact-forms icon indicating copy to clipboard operation
custom-contact-forms copied to clipboard

Form Submit fails to "Redirect" or "Show Text" upon form completion

Open StanleyR2015 opened this issue 9 years ago • 2 comments

The "Form Submit" button will send an email, but it fails to redirect to the specified form completion web page. The alternate "Show Text" option fails also. In either case, the spinning status icon never disappears, even though the form actually sends the content via email. When testing the form via Firefox web console / debugger, the JS log steps, stops on the following error message : Error: Permission denied to access property "document".

Here is a very simple form using only default values created for testing: http://www.oneminutemanicure.com/ccf-test2/

Here is a more complex form with custom values & special fields: http://www.oneminutemanicure.com/ccf-test1/

Here's the web page both forms are set to redirect to upon completion ( but fails): http://www.oneminutemanicure.com/wholesale-request-thank-you/

Currently using the most current version of Wordpress and the CCF plugin (V6.9.0).

Any suggestions to fix this issue would be greatly appreciated. Thanks

StanleyR2015 avatar Oct 16 '15 20:10 StanleyR2015

Looking into this.

tlovett1 avatar Dec 08 '15 15:12 tlovett1

I am having the same issue with my employers website. Has any progress been made?

My work mate found this:

Load denied by X-Frame-Options: https://DOMAIN/PAGE/?v=1468982714 does not permit framing.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Property_access_denied thats the explainatin of a 'Error: Permission denied to access property "document".' error

chrisvella avatar Jul 20 '16 03:07 chrisvella