I have double checked and it does not show up on either the packing list or the data entry.
I have added the code in 'Checkout Page 2' and it looks like this:
<td>
<!--<input type="text" name="GENERALHOWFOUND" size="40" maxlength="255" value="<Actinic:Variable Name="GeneralHowFound"/>" />-->
<SELECT NAME="<actinic:variable name="GeneralHowFound" />">
<option></option>
<option>Search on Goggle</option>
<option>Search on Yahoo</option>
<option>Search on MSM</option>
<option>Other search engine</option>
<option>Link from another site</option>
<option>Leaflet/information from specialist</option>
<option>Leaflet/information from GP</option>
<option>Leaflet/information from optician</option>
<option>Other</option>
</td>
I have changed the last item to a tick box, I suppose I could have made a mistake there and it looks like this:
<td>
<input type="checkbox" name="GENERALUSERDEFINED" value="yes"/> <Actinic:Variable Name="GeneralUserDefined"/> (tick for yes)
</td>
Oh the site is at www.viteyes.co.uk if you need to check it out online.
Thanks
James
I have added the code in 'Checkout Page 2' and it looks like this:
<td>
<!--<input type="text" name="GENERALHOWFOUND" size="40" maxlength="255" value="<Actinic:Variable Name="GeneralHowFound"/>" />-->
<SELECT NAME="<actinic:variable name="GeneralHowFound" />">
<option></option>
<option>Search on Goggle</option>
<option>Search on Yahoo</option>
<option>Search on MSM</option>
<option>Other search engine</option>
<option>Link from another site</option>
<option>Leaflet/information from specialist</option>
<option>Leaflet/information from GP</option>
<option>Leaflet/information from optician</option>
<option>Other</option>
</td>
I have changed the last item to a tick box, I suppose I could have made a mistake there and it looks like this:
<td>
<input type="checkbox" name="GENERALUSERDEFINED" value="yes"/> <Actinic:Variable Name="GeneralUserDefined"/> (tick for yes)
</td>
Oh the site is at www.viteyes.co.uk if you need to check it out online.
Thanks
James
Comment