When my customers order I need them to input text to process their order before checking out. They input the model number of their phone into on0 and os0 and the imei number of their phone into on1 and os1. Everything works flawlessly with e-junkie database and emails to me, but refunds are difficult to process because the OPTIONS field in Paypal is just missing.
Here is my code:
<form action="
https://www.e-junkie.com/ecom/gb.php?c=cart&i=117634&cl=7029&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8">
Select A Delivery Method:<br/>
<select name="o1">
<option value="We Call To Give You Code - Additional $4.50">We Call To Give You Code - Additional $4.50</option>
<option value="Sent By Email - Additional $2.50">Sent By Email - Additional $2.50</option>
<option value="Posted To Public Spreadsheet Below">Posted To Public Spreadsheet Below</option>
<option value="Sent By Text Message - Additional $2.50">Sent By Text Message - Additional $2.50</option>
</select>
<br/>
<input type="hidden" name="on0" value="Enter Your Model Number"/>
Enter Your Model Number:<br/>
<input type="text" name="os0" maxlength="200"/>
<br/>
<input type="hidden" name="on1" value="Enter Your IMEI Number: (Press *#06#)"/>
Enter Your IMEI Number: (Press *#06#):<br/>
<input type="text" name="os1" maxlength="200"/>
<br/>
<input type="image" src="
https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/>
</form>
Please tell me how I can get the information to not only pass thru to E-Junkie, but to also pass-thru into OPTIONS field in Paypal