Celauran wrote:If you post the code where the form is being processed, we can show you exactly what changes to make.
Take a look at the PHP manual for
strtoupper() and
str_replace()
This is the whole code of my Form.
<form action="" method="post" style="height: 1269px" name="RESERVATIONS">
<br class="auto-style30" />
<br class="auto-style30" />
<br class="auto-style30" />
<span class="auto-style30">
<br />
<br />
<span class="auto-style35"><strong> ..:: RESERVATIONS ::.. <br />
</strong></span><br />
<span class="auto-style36"> Please fill out all
required fields marked with *<br />
</span><br />
<br />
<span class="auto-style37"><strong>PLEASE CHECK ONE </strong>
</span></span> <br class="auto-style30" />
<br class="auto-style30" />
<label id="Label9"><span class="auto-style30"> ONE WAY TRIP
</span>
<input name="One_Way" type="checkbox" class="auto-style39" value="One_Way" /><span class="auto-style30"><label id="Label10"> ROUND
TRIP </label></span>
<input name="One_Way" type="checkbox" class="auto-style39" value="One_Way" /></label><br class="auto-style30" />
<br class="auto-style30" />
<span class="auto-style30"> FIRST NAME*
</span>
<input name="First_Name" type="text" class="auto-style39" /><span class="auto-style30">
</span>
<label id="Label1"><span class="auto-style30"> LAST NAME*
</span>
<input name="Last_Name" type="text" class="auto-style39" /></label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label2"><span class="auto-style30"> COMPANY NAME
</span>
<input name="Company_Name" type="text" class="auto-style39" /><span class="auto-style30"> COMPANY PHONE
</span> <label id="Label3">
<label id="Label4">
<input name="Work_Phone" type="text" class="auto-style39" /><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label5"><span class="auto-style30"> CELL PHONE*
</span>
<input name="Cell_Phone" type="text" class="auto-style39" /><span class="auto-style30">
</span>
<label id="Label6"><span class="auto-style30">
EMAIL </span><input name="Email" type="text" class="auto-style32" /></label></label></label></label></label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label7"><span class="auto-style30"> TYPE OF SERVICE*
</span>
<input name="Service_Type" type="text" class="auto-style39" /><span class="auto-style30">
</span>
<label id="Label8"><label id="Label11">
<span class="auto-style30"> NUMBER
OF PASSENGERS* </span>
<input class="auto-style40" name="Number_of_Passengers" type="text" /></label></label><span class="auto-style30">
</span>
</label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label12"><span class="auto-style30">
PICK UP DATE*
</span>
<input class="auto-style39" name="Pick_Up_Date" type="text" /><span class="auto-style30">
</span><label id="Label13"><span class="auto-style30">
PICK UP TIME*
</span>
<input class="auto-style39" name="Pick_Up_Time" type="text" /></label></label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label14"><span class="auto-style30">
DROP OFF TIME*
</span>
<input class="auto-style39" name="Drop_Off_Time" type="text" /><span class="auto-style30">
</span><label id="Label15"><span class="auto-style30">
TYPE OF VEHICLE*
</span>
<select class="auto-style40" name="Vehicle_Type" style="width: 154px">
<option selected="selected">Please Select</option>
<option>3 Passengers - Town Car Sedan</option>
<option>7 Passengers - Chevy Suburban</option>
<option>4 Passengers - Merdeces S550</option>
<option>11 Passengers - Mercedes Sprinter</option>
<option>14 Passengers - Passenger Vans</option>
<option>6-10 Passemgers - Limousines</option>
<option>16 Passengers - Stretch H2 Hummer White</option>
<option>16 Passengers - Stretch H2 Hummer Black</option>
<option>18 Passengers - Stetch Escalade</option>
<option>16 Passengers - Stretch Excursion</option>
<option>30-35 Passengers - Limo Bus</option>
<option>28 Passengers - Shuttle Bus</option>
<option>56 Passengers - Motor Coach Bus</option>
</select></label></label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label16"><span class="auto-style30">
PICK UP ADRESS:* <br />
<br />
</span>
<textarea class="auto-style34" name="Pick_Up_Address" style="width: 570px; height: 106px"></textarea><span class="auto-style30">
<br />
</span><label id="Label17"><span class="auto-style30"><br />
<br />
DROP OFF ADDRESS*
<br />
<br />
</span>
<strong>
<textarea class="auto-style41" name="Drop_Off_Address" style="width: 570px; height: 101px"></textarea></strong></label></label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label18"><span class="auto-style30">
AIRLINE&FLIGHT# </span><input class="auto-style39" name="Airline" type="text" /><span class="auto-style30">
</span><label id="Label19"><span class="auto-style30">
AIRPORT
<select class="auto-style39" name="Airport" style="width: 154px">
<option selected="selected">Optional</option>
<option>George Bush Intercontinental Airport</option>
<option>William P. Hobby Airport</option>
</select></span></label></label><br class="auto-style30" />
<br class="auto-style30" />
<label id="Label20"><span class="auto-style30">
<br />
<br />
OTHER INFORMATION<br />
<br />
</span>
<strong>
<textarea class="auto-style43" name="Other_Information" style="width: 570px; height: 101px">For trips including multiple stops, please provide the full address for each. Also, please include detailed instructions for any special requests.</textarea></strong></label><br class="auto-style30" />
<br class="auto-style30" />
<br />
<br class="auto-style30" />
<strong>
<input class="auto-style42" style="width: 114px" type="submit" value="SUBMIT" /></strong><br class="auto-style30" />
<br class="auto-style30" />
<input type=hidden name="recipient" value="
info@edenslimousine.com">
<input type=hidden name="required" value="First_Name,Last_Name,Cell_Phone,Email,Service_Type,Number_of_Passengers,Pick_Up_Date,Pick_Up_Time,Drop_Off_Time,Vehicle_Type,Pick_Up_Address,Drop_Off_Address">
<input type=hidden name="missing_fields_redirect"value="
http://edenslimousine.com/Error/Error.html">
<input type=hidden name="redirect" value="
http://edenslimousine.com/Success/Success.html">
<input type=hidden name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<input type=hidden name="subject" value="Reservation">
</form>