Hello.

How can I map a drop-down box for 'customer.pl'?

FROM:
====
<input type="text" name="state" value="$QData{"UserState"}" size="2" maxlength="2">

TO:
===
<select name="state" size=1 maxlength=40 width=15>
<option VALUE="" selected>Select a State
<option VALUE="AL">Alabama
<option VALUE="AK">Alaska
<option VALUE="AZ">Arizona
etc.

How to incorporate this:
~~~~~~~~~~`
value="$QData{"UserState"}"
~~~~~~~~~~`

which is used in the <input...> statement???


Thanks in advance.


_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to