custom-contact-forms
custom-contact-forms copied to clipboard
Form Submit fails to "Redirect" or "Show Text" upon form completion
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
Looking into this.
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