Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Payment link and description field problem
Old 01-11-2009, 11:54 AM Payment link and description field problem
Registered User

Posts: 255
Trades: 4
I am building a little Nochex payment script in html, i have a multi option for product choice, but i need the users choice to display on the payment page.

Code:
<form method="post"
action="https://www.nochex.com/nochex.dll/checkout">
Product: 
<select name="amount">
<option value="1.00" description="prod#1 £1.00">Prod#1 £1.00</option>
<option value="2.00" description="prod#2 £2.00">Prod#2 £2.00</option>
<option value="3.00" description="prod#3 £3.00">Prod#3 £3.00</option>
</select>
<input type="submit" name="Submit" value="Buy Now">
<input type="hidden" name="email" value="sales@limaservices.com">
<input type="hidden" name ="description">
</form>

If u copy this and make it an html doc and click the buy now
You will see when directed to the payment page that there is NO description posted there. its prob very simple for someone but i cant get he head around it

Thanks for any help with this
Mark
internetking is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-11-2009, 12:40 PM Re: Payment link and description field problem
Insensus's Avatar
Ultra Talker

Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Trades: 0
I'm not surprised there is no description because <input type="hidden" name ="description"> clearly sends an empty description...
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
Insensus is offline
Reply With Quote
View Public Profile
 
Old 01-11-2009, 12:46 PM Re: Payment link and description field problem
Registered User

Posts: 255
Trades: 4
Quote:
Originally Posted by Insensus View Post
I'm not surprised there is no description because <input type="hidden" name ="description"> clearly sends an empty description...
Ok so i guess it should read

<input type="hidden" name ="description" value ="?what?">

Im unsure how to make it pull in the description ?

Thanks
Mark
internetking is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Payment link and description field problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34155 seconds with 12 queries