Login
Eshop Systems

Add custom checkout form fields

Last edited: 2011-03-15

You can add checkout form field using the following variable, for your customers to include further information when they checkout. To add custom checkout form field, got to Checkout Form Fields within the control panel.

Variable Required Explain/Example
noteX Yes Field identifier, X = 1-5

Example Title HTML Code
Textarea Special request? <textarea rows="6" cols="50" name="note1"></textarea>
Text input Enter your wedding date: <input type="text" name="note1" value="" / >
Drop-down menu How did you find us? <select name="note2">
<option value="not selected" selected>Please choose one:</option>
<option value="search engine">Search Engine</option>
<option value="promotional material">Brochure/Flyer/Leaflet</option>
<option value="recommended">Recommended by friend</option>
</select>
Radio button What is your sex? <input type=" radio" name="note2" value="Male">Male
<input type=" radio" name="note2" value="Female">Female
Checkbox Contact you via... <input type="checkbox" name="note1" value="Phone" />Just call me!
<input type="checkbox" name="note1" value="Email" />Send me email
<input type="checkbox" name="note1" value="Post" />Post to me
Text Information Shipping information All orders will be dispatched within 3 working days ....

checkout, checkout form field, form construction

Related articles:

  1. Quick-start guide
  2. Email form construction for web site
  3. Point a domain name to your store
  4. Create a customised template
  5. Modify default content of sales transaction
  6. Add custom checkout form fields
  7. Setting up Cookie Control on your web store
  8. Supported Payment Gateways