johnsimpson
Programmer
Hi guys,
I am making a contact form that will have a list of items.
What i want to do is depending which page the user comes from to get to the form i want to pass a querystring through that will automatically select an option from a list.
the code for the list is:
<select name="course[]" multiple size="7" style="width: 200px;" class="form" tabindex="3">
<option value="presentation">Presentation skill training</option>
<option value="bodylanguage">Business body language training</option>
<option value="networking">Business networking training</option>
<option value="media">Media training</option>
<option value="worklifebalance">Work life balance course</option>
<option value="sales">Sales skill training</option>
<option value="confidence">Confidence training</option>
</select>
how can i do this?
thanks
J
I am making a contact form that will have a list of items.
What i want to do is depending which page the user comes from to get to the form i want to pass a querystring through that will automatically select an option from a list.
the code for the list is:
<select name="course[]" multiple size="7" style="width: 200px;" class="form" tabindex="3">
<option value="presentation">Presentation skill training</option>
<option value="bodylanguage">Business body language training</option>
<option value="networking">Business networking training</option>
<option value="media">Media training</option>
<option value="worklifebalance">Work life balance course</option>
<option value="sales">Sales skill training</option>
<option value="confidence">Confidence training</option>
</select>
how can i do this?
thanks
J