Form Not Submitting
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Form Not Submitting
I have a form www.ridgley.ca/ml.php which was working fine until I downloaded the latest release of WYSIWYG and made a few changes.
Now when the submit button is pressed a white screen appears (it used to redirect), and nothing is submitted.
I have probably screwed something up, but I don't know what it is.
Now when the submit button is pressed a white screen appears (it used to redirect), and nothing is submitted.
I have probably screwed something up, but I don't know what it is.
Re: Form Not Submitting
Usually this means that there is invalid code on the success page.
Unfortunately, I cannot see what you have done based on the HTML code only.
To be able to help you I need a copy of the project file.
Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Unfortunately, I cannot see what you have done based on the HTML code only.
To be able to help you I need a copy of the project file.
Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Re: Form Not Submitting
The success page wasn't changed.
Easiest way to send you the project?
Easiest way to send you the project?
Re: Form Not Submitting
What exactly did you change?
Note that I do not need to complete project. Only the problematic page.
See the FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Note that I do not need to complete project. Only the problematic page.
See the FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Re: Form Not Submitting
I selected the option to 'Do not allow URLs in form data'.
I have an email address in the form, but no URLs to my knowledge.
I have an email address in the form, but no URLs to my knowledge.
Re: Form Not Submitting
I cannot see what you have done based on the HTML code only.
To be able to help you I need a copy of the project file.
To be able to help you I need a copy of the project file.
Re: Form Not Submitting
How do I send the project file to you?
Re: Form Not Submitting
Please see this FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Re: Form Not Submitting
I've stripped out everything from the project except the forms and success pages.
The problem occurs when I change the form to 'Do not allow URLs in form data'.
www.ridgley.ca/License.wbs
Hopefully you will be able to see where the issue is.
Thanks!
The problem occurs when I change the form to 'Do not allow URLs in form data'.
www.ridgley.ca/License.wbs
Hopefully you will be able to see where the issue is.
Thanks!
Re: Form Not Submitting
In the demo project the error page is not configured.
Does your original project have an error page?
The error page is a required option, if you use 'Do not allow URLs in form data' otherwise will display an empty page.
Also note that in the hidden fields you have configured:
Does your original project have an error page?
The error page is a required option, if you use 'Do not allow URLs in form data' otherwise will display an empty page.
Also note that in the hidden fields you have configured:
So, the URL validation will always fail!<input type="hidden" name="redirect" value="http://www.ridgley.ca/ml2.html">
Re: Form Not Submitting
Thanks for that!
I've added an error page, but I cannot find the redirect you mentioned. I've checked the object manager and it's not there.
The only reference to ml2, to my knowledge, is on the 'success page'.
I do have a page ml.html with a redirect to ml.php, but I don't see how that would cause any problems.
I've added an error page, but I cannot find the redirect you mentioned. I've checked the object manager and it's not there.
The only reference to ml2, to my knowledge, is on the 'success page'.
I do have a page ml.html with a redirect to ml.php, but I don't see how that would cause any problems.
Re: Form Not Submitting
You have added this yourself in the 'hidden fields' section of the form.