Form Not Submitting

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Form Not Submitting

Post by JohnR »

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.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form Not Submitting

Post by Pablo »

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
JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Re: Form Not Submitting

Post by JohnR »

The success page wasn't changed.
Easiest way to send you the project?
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form Not Submitting

Post by Pablo »

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
JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Re: Form Not Submitting

Post by JohnR »

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.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form Not Submitting

Post by Pablo »

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.
JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Re: Form Not Submitting

Post by JohnR »

How do I send the project file to you?
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form Not Submitting

Post by Pablo »

JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Re: Form Not Submitting

Post by JohnR »

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!
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form Not Submitting

Post by Pablo »

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:
<input type="hidden" name="redirect" value="http://www.ridgley.ca/ml2.html">
So, the URL validation will always fail!
JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Re: Form Not Submitting

Post by JohnR »

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.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form Not Submitting

Post by Pablo »

You have added this yourself in the 'hidden fields' section of the form.
Post Reply