Jump to content

Code for drop down in php


ufopro

Recommended Posts

<?
include("conf.php");
$me="contact2.php";
switch($m){
case 1:
$str_err="";
$bln_err=0;

if (strlen(trim($phone))==0) {
$str_err.="Phone Number cannot be left blank.<br>";
$bln_err++;
}
if (strlen(trim($email))==0) {
$str_err.="Email Address cannot be left blank.<br>";
$bln_err++;
}elseif(!check_email($email)){
$str_err.="Enter a valid Email Address.<br>";
$bln_err++;
}

if (!$bln_err) {

$headers = "From: $email \r\n" ;
if ($str_cc) $headers.="CC: $str_cc \r\n";
$str_email2=str_replace ("[[DATE]]","$date","$str_email2") ;
$str_email2=str_replace ("[[FNAME]]","$first_name","$str_email2") ;
$str_email2=str_replace ("[[LNAME]]","$last_name","$str_email2") ;
$str_email2=str_replace ("[[ADDRESS]]","$address","$str_email2") ;
$str_email2=str_replace ("[[ADDRESS_CONT]]","$address2","$str_email2") ;
$str_email2=str_replace ("[[CITY]]","$city","$str_email2") ;
$str_email2=str_replace ("[[STATE]]","$state","$str_email2") ;
$str_email2=str_replace ("[[ZIP]]","$zip","$str_email2") ;
$str_email2=str_replace ("[[PHONE]]","$phone","$str_email2") ;
$str_email2=str_replace ("[[EMAIL]]","$email","$str_email2") ;
$str_email2=str_replace ("[[LIMO_DESIRED]]","$limo_desired","$str_email2") ;
$str_email2=str_replace ("[[NO_GUESTS]]","$total_attend","$str_email2") ;
$str_email2=str_replace ("[[PICKUP_DATE]]","$arrive_date","$str_email2") ; $str_email2=str_replace ("[[PICKUP_TIME]]","$arrive_time","$str_email2") ;
$str_email2=str_replace ("[[PICKUP_LOCATION]]","$arrive_location","$str_email2") ;
$str_email2=str_replace ("[[DROP_LOCATION]]","$drop_location","$str_email2") ;
$str_email2=str_replace ("[[ONE_WAY]]","$one_way","$str_email2") ;
$str_email2=str_replace ("[[ROUND_TRIP]]","$round_trip","$str_email2") ;
$str_email2=str_replace ("[[COMMENTS]]","$comments","$str_email2") ;

mail($str_to, $str_subject2, $str_email2, $headers);
header("Location: contact.html");
break;

}

default:

if ($bln_err) {
print_error("$str_err");
echo "<big><a href=\"".$me."\">Back</a></big>";
break;
}
?>
<HTML>
<HEAD><TITLE>Online Limo Reservations for Desert Coach, Scottsdale, Arizona</TITLE>
</HEAD>
<script LANGUAGE="JAVASCRIPT" TYPE="text/javascript">
<!-- Hide script from older browsers
expireDate = new Date
expireDate.setMonth(expireDate.getMonth()+6)
userName = ""
if (document.cookie != "") {
userName = document.cookie.split("=")[1]
}
function setCookie() {
userName = document.auctionForm.name.value
document.cookie = "userName="+userName+";expires=" + expireDate.toGMTString()
}
// End hiding script --> </SCRIPT>
</HEAD>
<BODY background="images/marb095.jpg" text=#000000 LINK=#330000 VLINK=#009900 ALINK=#99FF99 LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 onLoad="document.auctionForm.name.value = userName">
<TABLE align="center" BORDER=1 BORDERCOLOR=#003300 CELLPADDING=1 CELLSPACING=0 width="700">
<TR>
<TD ALIGN=center BGCOLOR=#E4FEDC>
<FONT COLOR=#0D382E FACE=georgia SIZE=3>
<B><I>Safe and easy online reservations</I></B>
</FONT>
</TD>
</TR>
<TR>
<TD align="center" colspan="3" BGCOLOR="#FFFFFF">
<BR><FONT FACE=verdana,sans-serif size=2 color=#003300><B>
<FORM ACTION="contact2.php" METHOD="POST" ENCTYPE="x-www-form-encoded" NAME="auctionForm">
<INPUT TYPE="hidden" NAME="m" VALUE=1>
<table width="800" border="0" align="left" cellspacing="0" cellpadding="8">
<tr>
<td align="center" class="smCell" colspan="3">
<script menumaker src="groovecom.js"></script><br>
<table bgcolor="#E4FEDC" width="340" border="1" align="left" cellspacing="0" cellpadding="2">
<tr>
<td align="left">
<table width="320" border="0" align="left" cellspacing="0" cellpadding="1">
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Today's Date:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="date" type="text" size="15">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>First Name:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="first_name" type="text" size="30">
</td>
</TR>
<TR>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Last Name:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="last_name" type="text" size="30">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Address:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="address" type="text" size="30">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Address (2):</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="address2" type="text" size="30">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>City:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="city" type="text" size="30">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>State/Prov:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="state" type="text" size="15">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Zip/Postal:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="zip" type="text" size="15">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Phone:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="phone" type="text" size="30">
</TD>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Email:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="email" type="text" size="30">
</TD>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B># Passengers:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="limo_desired" type="text" size="15">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B># Passengers:</B></font></TD>
<td bgcolor="#E4FEDC">
<input name="total_attend" type="text" size="15">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Pick-up date:</B></font><br></TD>
<td bgcolor="#E4FEDC">
<input type="text" name="arrive_date" size="15">
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Pick-up Time:</B></font><br></TD>
<TD bgcolor="#E4FEDC">
<input type="text" name="arrive_time" size="15">
<font face="verdana" color="#99FFFF" size="1"><small></small></font>
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Pick-up:</B></font><br></TD>
<TD bgcolor="#E4FEDC">
<input type="text" name="arrive_location" size="30">
<font face="verdana" color="#99FFFF" size="1"><small></small></font>
</td>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="left" class="smCell">
<font face="arial,georgia" size="2"><B>Drop-off:</B></font><br></TD>
<TD bgcolor="#E4FEDC">
<input type="text" name="drop_location" size="30">
<font face="verdana" color="#99FFFF" size="2"><small></small></font>
</td>
</tr>
<tr>
<TD bgcolor="#E4FEDC">
<font face="arial,georgia" size="2"><B>Select One:</B></FONT></TD>
<TD BGCOLOR="#E4FEDC">
<INPUT TYPE="checkbox" NAME="one_way" VALUE="one_way">
<font face="arial,georgia" size="2"><B>One Way</B></FONT>&nbsp;&nbsp;&nbsp;&nbsp;
<INPUT TYPE="checkbox" NAME="round_trip" VALUE="round_trip">
<font face="arial,georgia" size="2"><B>Round Trip</B></FONT><BR>
</td>
</tr>
<tr>
<TD bgcolor="#E4FEDC">
<font face="arial,georgia" size="2"><B>Comments<br>
or special<br>instructions:</B></font></td>
<td BGCOLOR="#E4FEDC">
<textarea name="comments" cols="25" rows="3"></textarea>
</TD>
</tr>
<tr>
<td bgcolor="#E4FEDC" align="center" colspan="2"><br>
<INPUT TYPE="submit" VALUE="Submit my request" NAME="submit">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="reset" VALUE="Clear form"><BR>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<center>
<img src='images/dclogo.jpg' width='190' height='115' alt='logo'><br><br>
</center>
<img src="images/1b.gif" width="325" height="64" alt="limos"><br><br>
<font face="arial,georgia" color="#003300" size="2"><B><br><br><br>
<center>
<table width="440" border="0" cellpadding="0" cellspacing="5" bgcolor="#E4FEDC">
<tr>
<td height="20" class="verd-text"><strong>To view current rates,
please select a Hotel/Resort.
<select name="Hotel_Rate" size="1" style="width:100%" onChange="setCurRate1('Hotel',this);">
<option selected> -- Please Select --
<option>700 Arizona Biltmore Resort Phoenix 30.00
<option>701 Carefree Resort & Villas Carefree 70.00
<option>701C Camelback Inn Resort Paradise valley 34.00
<option>702 Cooperwynd Resort Fountain Hills 49.00
<option>703 Courtyard by Marriot Bell Rd./ Scottsdale 44.00
<option>704 Courtyard By Marriot Mayo Clinic 45.00
<option>705 Doubletree Resort Paradise Valley 30.00
<option>705 Doubletree Resort Paradise Valley 30.00
<option>706 Fairmont Scottsdale Princess Scottsdale 44.00
<option>707 Four Seasons Resort Scottsdale 55.00
<option>708 Gainey Suites Scottsdale 39.00
<option>709 Harrah's Ak Chin Resort Maricopa 75.00
<option>710 Hilton Hotel Mesa 35.00
<option>711 Hilton Hotel Scottsdale 30.00
<option>712 Hotel San Carlos Phoenix 29.00
<option>713 Hyatt Gainey Ranch Scottsdale 39.00
<option>714 Hyatt Regency Phoenix 29.00
<option>715 James Hotel Scottsdale 31.00
<option>716 JW Marriot Dessert Ridge Resort Phoenix 49.00
<option>717 Legacy Golf Resort Phoenix 32.00
<option>718 Orange Tree Resort Phoenix 38.00
<option>719 Pointe Hilton Squaw peak Phoenix 33.00
<option>720 Pointe Hilton South Mountain Phoenix 32.00
<option>721 Sanctuary on Camelback Mountain Paradise Valley 30.00
<option>722 Sheraton Crescent Hotel Phoenix 38.00
<option>723 Sheraton San Marcos Chandler 37.00
<option>724 The Boulders Resort Carefree 60.00
<option>725 The Phoenician Resort Phoenix 30.00
<option>726 Wigwam Resort & Golf Club Litchfield Park 55.00
<option>727 Westin Kierland Resort Phoenix 43.00
</select> </strong></td>
</tr>
<tr>
<td height="20" class="verd-text">&nbsp;</td>
</tr>
<tr>
<td height="20" class="verd-text"><strong>For rates travel outside
the Metro Phoenix, please select a City below.</strong></td>
</tr>
<tr>
<td height="20" class="verd-text"><select name="City_Rate" size="1" style="width:100%" onChange="setCurRate2('City',this);">
<option selected> -- Please Select --
<option>Apache Lake 60 miles $105.00
<option>Ajo 110 miles $195.00
<option>Ash Fork 152 miles $266.00
<option>Benson 156 miles $273.00
<option>Bisbee 205 miles $360.00
<option>Black Canyon City 52 miles $90.00
<option>Black Canyon Prison 42 miles $74.00
<option>Canyon Lake 42 miles $90.00
<option>Casa Grande 46 miles $80.00
<option>Clifton 207 Miles $363.00
<option>Coolidge 52 miles $91.00
<option>Cottonwood 105 miles $185.00
<option>Douglas 229 miles $401.00
<option>Duncan 203 miles $356.00
<option>Flagstaff 146 miles $256.00
<option>Florence 61 miles $107.00
<option>Fredonia 342 miles $$600.00
<option>Gila Bend 68 miles $119.00
<option>Globe 87 miles $153.00
<option>Globe 87 miles $153.00
<option>Grand Canyon 231 miles $405.00
<option>Holbrook 221 miles $387.00
<option>Hoover Dam 259 miles $455.00
<option>Kingman 185 miles 325.00
<option>Lake Pleasant 44 miles $77.00
<option>Lake havasu 204 miles $357.00
<option>Las Vegas 289 miles $506.00
<option>Maricopa 44 miles $78.00
<option>Miami 80 miles $140.00
<option>New river 40 miles $70.00
<option>Nogales 175 miles $307.00
<option>Page 278 miles $487.00
<option>Parker 166 miles $290.00
<option>Payson 93 miles $163.00
<option>Prescott 102 miles $179.00
<option>Safford 164 miles $287.00
<option>Saguaro Lake 36 miles $63.00
<option>St. Johns 219 miles $384.00
<option>Sedona 119 miles $209.00
<option>Show low 174 miles $305.00
<option>Sierra Vista 191 miles $335.00
<option>Springerville 217 miles $380.00
<option>Superior 63 miles $111.00
<option>Tombstone 181 miles $317.00
<option>Tuba City 221 miles $387.00
<option>Tucson 111 miles $195.00
<option>Wickenburg 70 miles $122.00
<option>Wilcox 192 miles $336.00
<option>Williams 169 miles $296.00
<option>Winkelman 90 miles $158.00
<option>Winslow 204 miles $357.00
<option>Yuma 182 miles $319.00
</select></td>
</tr>
<tr>
<td height="20" class="verd-text"><strong>To view current rates,
please select a Zip Code.</strong></td>
</tr>
<tr>
<td height="20" class="verd-text"><select name="Zip_Code_Rate" size="1" style="width:100%" onChange="setCurRate3('Zipcode',this);">
<option selected> -- Please Select --
<option>85003 Phoenix 29.00
<option>85004 Phoenix 29.00
<option>85006 Phoenix 33.00
<option>85007 Phoenix 33.00
<option>85008 Phoenix 29.00
<option>85009 Phoenix 39.00
<option>85012 Phoenix 35.00
<option>85013 Phoenix 35.00
<option>85014 Phoenix 35.00
<option>85015 Phoenix 35.00
<option>85016N Phoenix North of Camelback Rd. 33.00
<option>85016S Phoenix South of Camelback Rd. 30.00
<option>85017 Phoenix 35.00
<option>85018N Phoenix North of Camelback Rd. 35.00
<option>85018S Phoenix South of Camelback Rd. 32.00
<option>85019 Phoenix 37.00
<option>85020 Phoenix 38.00
<option>85021 Phoenix 40.00
<option>85022 Phoenix 45.00
<option>85023 Phoenix 45.00
<option>85024N Phoenix North of Deer Valley Rd. 57.00
<option>85024S Phoenix South of Deer Valley Rd. 52.00
<option>85027N Phoenix North of Deer Valley Rd. 55.00
<option>85027S Phoenix South of Deer Valley Rd. 50.00
<option>85028 Phoenix 38.00
<option>85029 Phoenix 43.00
<option>85031 Phoenix 40.00
<option>85032N Phoenix North of Thunderbird Rd. 47.00
<option>85032S Phoenix South of Thunderbird Rd. 42.00
<option>85033 Phoenix 44.00
<option>85034 Phoenix 32.00
<option>85035 Phoenix 39.00
<option>85037 Phoenix 49.00
<option>85039 Phoenix 45.00
<option>85040 Phoenix 35.00
<option>85041 Phoenix 45.00
<option>85042 Phoenix 39.00
<option>85043N Phoenix North of Buckeye Rd. 39.00
<option>85043S Phoenix South of Buckeye Rd. 44.00
<option>85044N Phoenix North of Elliot Rd. 35.00
<option>85044S Phoenix South of Elliot Rd. 37.00
<option>85045 Phoenix 47.00
<option>85048 Phoenix 40.00
<option>85050N Phoenix North of Deer Valley Rd. 55.00
<option>85050S Phoenix South of Deer Valley Rd. 49.00
<option>85051 Phoenix 40.00
<option>85053 Phoenix 47.00
<option>85054N Phoenix North of Deer Valley Rd. 55.00
<option>85054S Phoenix South of Deer Valley Rd. 52.00
<option>85085 Phoenix 69.00
<option>85086 Phoenix 69.00
<option>85087 Anthem 74.00
<option>85201 Mesa 33.00
<option>85202N Mesa North of Freeway 60 32.00
<option>85202S Mesa South of Freeway 60 35.00
<option>85203 Mesa 38.00
<option>85204 Mesa 39.00
<option>85205 Mesa 48.00
<option>85206 Mesa 49.00
<option>85206 Mesa 49.00
<option>85207E Mesa East of Ellsworth Rd. 59.00
<option>85207W Mesa West of Ellsworth Rd. 55.00
<option>85208E Mesa East of Ellsworth Rd. 59.00
<option>85208W Mesa West of Ellsworth Rd. 55.00
<option>85210 Mesa 37.00
<option>85212N Mesa North of Warner Rd. 59.00
<option>85212S Mesa South of Warner Rd. 64.00
<option>85213 Mesa 43.00
<option>85215 Mesa 45.00
<option>85215S Saguaro Lake 75.00
<option>85218 Gold Canyon 75.00
<option>85219 Apache Junction 69.00
<option>85220 Apache junction 63.00
<option>85224N Chandler North of Ray Rd. 38.00
<option>85224S Chandler South of Ray Rd. 44.00
<option>85225N Chandler North of Ray Rd. 39.00
<option>85225S Chandler South of Ray Rd. 47.00
<option>85226 Chandler 40.00
<option>85233N Gilbert North of Warner Rd. 42.00
<option>85233S Gilbert South of Warner Rd. 45.00
<option>85234 Gilbert 45.00
<option>85236N Gilbert North of Warner Rd. 53.00
<option>85236S Gilbert South of Warner Rd. 58.00
<option>85240 William AFB 60.00
<option>85242N Queen Creek North of Ocotillo Rd. $70-79 70.00
<option>85242S Queen Creek South of Ocotillo Rd. $79-82 79.00
<option>85247 Gila river 47.00
<option>85248N Chandler North of Ocotillo Rd. 49.00
<option>85248S Chandler South of Ocotillo Rd. and Sun Lakes 55.00
<option>85249E Gilbert East of Gilbert Rd. 64.00
<option>85249S Gilbert South of Chandler Bl. 59.00
<option>85249W Chandler West of Gilbert Rd. 54.00
<option>85250 Scottsdale 35.00
<option>85251 Scootsdale 32.00
<option>85253N Scottsdale North of Indian Bend Rd. 39.00
<option>85253S Scottsdale South of Indian Bend rd. 35.00
<option>85254N Scottdslae North of Thunderbird Rd. 55.00
<option>85254S Scottsdale South of Thunderbird Rd. 52.00
<option>85255N Scottsdale North of Pinnacle Peak Rd. 63.00
<option>85255S Scottsdale South of Pinnacle Peak Rd. 57.00
<option>85256 Pima Salt River 39.00
<option>85257 Scottsdale 29.00
<option>85258E Scottsdale East of Loop 101 44.00
<option>85258W Scottsdale West of Loop 101 39.00
<option>85259N Scottsdale Mcdowell Mtn. Ranch 54.00
<option>85259S Scottsdale South/West of Shea and FLW Rd. 49.00
<option>85260N Scottsdale North of Thunderbird Rd. 49.00
<option>85260S Scottsdale South of Thunderbird Rd. 44.00
<option>85262N Scottsdale North of Lone Mtn. Rd. 74.00
<option>85262S Scottsdale South of Lone Mtn Rd. 69.00
<option>85263 Rio Verde 74.00
<option>85264 Fort Mcdowell Reservation 70.00
<option>85268F Fountain Hills 62.00
<option>85268P Fountain Hills Palisades Bl. 55.00
<option>85281 Tempe 29.00
<option>85282 Tempe 32.00
<option>85283 Tempe 35.00
<option>85284 Tempe 37.00
<option>85287 ASU 29.00
<option>85287 ASU 29.00
<option>85296N Gilbert North of Williams Field Rd. 52.00
<option>85296S Gilbert South of Williams Field Rd. 57.00
<option>85297N Gilbert North of Queen Creek Rd. 63.00
<option>85297S Gilbert South of Queen Creek Rd. 72.00
<option>85301 Glendale 45.00
<option>85302 Glendale 48.00
<option>85303 Glendale 49.00
<option>85304 Glendale 49.00
<option>85305 Glendale 54.00
<option>85306 Glendale 54.00
<option>85307 Glendale 59.00
<option>85308E Glendale East of 67th. Ave. 59.00
<option>85308W Glendale West of 67th. Ave. 64.00
<option>85309 Luke AFB 59.00
<option>85310 Glendale 65.00
<option>85323N Avondale North of Buckeye Rd. 53.00
<option>85323S Avondale South of Buckeye Rd. 59.00
<option>85326N Buckeye North of Broadway Bl. 69.00
<option>85326S Buckeye South of Broadway Bl. 75.00
<option>85331N Phoenix North of Carefree Highway 69.00
<option>85331S Phoenix South of Carefree Highway 63.00
<option>85335 El Mirage 69.00
<option>85338N Goodyear North of Buckeye Rd. 59.00
<option>85338S Goodyear South of Buckeye Rd. 65.00
<option>85339E Dobbins East of Elliot Rd. 50.00
<option>85339W Dobbins West of Elliot Rd. 60.00
<option>85340 Cotton 60.00
<option>85345E Peoria East of Loop 101 55.00
<option>85345W Peoria West of Loop 101 60.00
<option>85351 Sun City 65.00
<option>85353N Cashion North of Buckeye Rd. 47.00
<option>85353S Cashion South of Buckeye Rd. 53.00
<option>85355 Waddle 64.00
<option>85361 Wittman 85.00
<option>85363 Youngtown 63.00
<option>85373N Peoria North of Beardsley Rd. 74.00
<option>85373S Peoria South of Beardsley Rd. 68.00
<option>85374 Surprise 79.00
<option>85375 Sun City West 79.00
<option>85377 Carefree 76.00
<option>85379E Surprise East of Loop 101 72.00
<option>85379W Surprise West of Loop 101 79.00
<option>85381 Peoria 63.00
<option>85382 Peoria 72.00
<option>85383N Peoria North of Carefree Highway 85.00
<option>85383S Peoria South of Carefree highway 80.00
<option>85387 Surprise 82.00
</select></td>
</tr>
</table>
We appreciate your
business and look forward to serving you.</B></font>
</td>
</tr>
</table>
</FORM>
</td>
</tr>
</table>
<br><br>
</BODY>
</HTML>
<?
}
?>
Link to comment
Share on other sites

It's not obvious what your question is, but you could start by coding the option properly, i.e. including a value for each and closing the option tag:
[code]<option value="something">option name</option>[/code]
Otherwise, you'll never be able to tell which option was picked.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.