Robert Hicks wrote:
I have most of my issues fixed (I think).

Is there something special that needs to be done for dropdown boxes?

I have this:

<select name="project_names">
<option value="whoops"></option>
<option value="one">one</option>
<option value="two">two</option>
</select>
<tmpl_var err_project_names>

The text boxes show the errors but this dropdown box does not.

Robert


Okay, I am officially frustrated. The form on my first page is:

<select name="user_name">
<option value=""></option>
<option value="NAME1">NAME1</option>
<option value="NAME2">NAME2</option>
<option value="NAME3">NAME3</option>
</select>
<tmpl_var err_user_name>

THAT WORKS!

That form on page two using the same type of dropdown with the same code (except for the field names) does not.

I think I will give up for today...

Robert


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to