Okay, I'm stumped

Issues related to forms.
Post Reply
iMatt
 
 
Posts: 96
Joined: Mon Nov 25, 2013 2:03 pm

Okay, I'm stumped

Post by iMatt »

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

Re: Okay, I'm stumped

Post by Pablo »

It looks like you have change the 'action' field. Please do not change this.
iMatt
 
 
Posts: 96
Joined: Mon Nov 25, 2013 2:03 pm

Re: Okay, I'm stumped

Post by iMatt »

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

Re: Okay, I'm stumped

Post by Pablo »

You have full control over the properties of the elements. They are standard WWB objects.
iMatt
 
 
Posts: 96
Joined: Mon Nov 25, 2013 2:03 pm

Re: Okay, I'm stumped

Post by iMatt »

Okay, I have redone the form. However, it does not seem to be sending info to the URL I need it to.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Okay, I'm stumped

Post by Pablo »

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/
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Okay, I'm stumped

Post by BaconFries »

Okay, I have redone the form. However, it does not seem to be sending info to the URL I need it to.
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.

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....
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Okay, I'm stumped

Post by BaconFries »

If your still stumped by this let me know and I will try to help.
Post Reply