Need Help: Changing Value of Text Input

Nate_Weller

New Member
Hello!

I am wondering if anyone here could help me with a problem I have run into.

Background information: I am making a website that sells custom cabinets. On the purchase page, users can enter their custom dimensions in ~66 text inputs. When they hit a button to 'update cost' the price is calculated and they can use a PayPal Buy Now button to purchase their cabinets.

I have all of this done.

The problem I have run into is that I need to send the form data of their dimensions that they put in along with the Paypal payment, except Paypal has a maximum of three options that you can include.

I want to know, how/could I be able to create a text input or textarea who's contents reflect what the user put into the 66 other text areas.

For example, the content of the text input would look like this:

width: (the width they entered)
height: (the height they entered)
depth: (the depth they entered)
etc

Is this possible? How would I do this?
 
Top