I have been wrestling with creating a form using the Form Wizard to create a form with price options. However, the submit form seems to not be working. What am I doing wrong?
http://www.poetrycards.me.uk/anniversary.php
Okay, I'm stumped
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Okay, I'm stumped
It looks like you have change the 'action' field. Please do not change this.
Re: Okay, I'm stumped
Okay, a test run does get me into PayPal. However, I am presented with a shopping cart for items such as T-Shirts. How do I get rid of these unwanted entries showing in the first place?
Re: Okay, I'm stumped
You have full control over the properties of the elements. They are standard WWB objects.
Re: Okay, I'm stumped
Okay, I have redone the form. However, it does not seem to be sending info to the URL I need it to.
Re: Okay, I'm stumped
The names of the form fields do not seem to be correct.
You cannot just use random names. They must be valid PayPal variables:
https://developer.paypal.com/docs/class ... variables/
You cannot just use random names. They must be valid PayPal variables:
https://developer.paypal.com/docs/class ... variables/
- BaconFries
-
- Posts: 5879
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Okay, I'm stumped
Is the url in your first post show the redone form?. Asking as when I visit and I view the source I can see that you have removed important code these are "hidden" inputs which look like the following example.Okay, I have redone the form. However, it does not seem to be sending info to the URL I need it to.
Code: Select all
<input type="hidden" name="business" value="paypal@your-web-domain.com">
with this and others missing your form will not work.
I would suggest that you start again as it is the easiest way to get you on track. Note you mentioned T-Shirt you dont have to remove the "hidden" input just rename the field to match your needs ie T-Shirt would become Poetry Cards....
- BaconFries
-
- Posts: 5879
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Okay, I'm stumped
If your still stumped by this let me know and I will try to help.