PDA

View Full Version : checkout options


J.B
09-Jun-2003, 12:31 PM
in the checkout screen where you can ask the customer questions

can you make the answer a dropdown list???



the question is 'how did you locate our website?'

i need to know from which magazene customers are locating us but they keep just putting 'mag' as an answer

we cant ask which mag, because we have other sources apart from mags

cdicken
11-Jun-2003, 08:32 AM
To do this you need to edit a template called Act_Order02.html, which you will find within the 'Site1' folder.

Assuming the field you want ot change is the fist user definable question, look for the code that looks like this...

<INPUT TYPE="TEXT" NAME="GENERALHOWFOUND" SIZE="40" MAXLENGTH="255" VALUE="NETQUOTEVAR:GENERALHOWFOUND">

Change it to something like this:

<SELECT NAME="GENERALHOWFOUND">
<OPTION SELECTED>Please select:
<OPTION VALUE="Magazine 1">Magazine 1
<OPTION VALUE="Magazine 2">Magazine 2
<OPTION VALUE="Other">Other
</SELECT>

J.B
11-Jun-2003, 11:31 AM
Thats great ill give it a go

yor shure do know your stuff :)