Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I've created a pulldown list as part of a form but I want users to be able to type in their own choice if it's not available from the list. Is this possible?
My current code is:
<form onSubmit="return checkrequired(this)" name="frmMail" method="post" action="addcontact.asp">
<select name="requiredrecipient" width=30>
<option selected>Administration</option><option>Services</option><option>Chairman</option>
<option>Products</option><option>Corporate Marketing</option>
</select>
Basically if the above choices are not acceptable for users, I want them to input their own choice.
Thanks,
I've created a pulldown list as part of a form but I want users to be able to type in their own choice if it's not available from the list. Is this possible?
My current code is:
<form onSubmit="return checkrequired(this)" name="frmMail" method="post" action="addcontact.asp">
<select name="requiredrecipient" width=30>
<option selected>Administration</option><option>Services</option><option>Chairman</option>
<option>Products</option><option>Corporate Marketing</option>
</select>
Basically if the above choices are not acceptable for users, I want them to input their own choice.
Thanks,