Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a small problem with the PayPal integration. I want to make input box where you enter price, which will be shown as AMOUNT in the PayPal page.


That I want to do the following:
1. I have an input field for price
<input type="hidden" name="amount" value="Price Hire From Input (index.html)"
2. I have an index.html page and it INPUT field.
3. To pick up the cost of index.html INPUT field and add the PayPal site as parameter.

Greetings and thank you very much,
Jovan
Posted
Comments
Richard MacCutchan 17-Jun-13 5:32am    
Very interesting; do you have a question?
Sunasara Imdadhusen 17-Jun-13 6:51am    
What is your problem?
Jovan P 17-Jun-13 7:37am    
How to get the value from the input field and send as parameter PayPal.

Example:
I have an index.html page with Input field (<input type="text" id="price" value="price"/>) -entry price.

The price is the import price to be delivered as a parameter of PayPal

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900