PDA

View Full Version : Form Help !!!!!



ryanhouston
09-11-2008, 03:53 PM
im not sure if this is the right section for me to post this. if it isn't please move it if you can. now here it goes.

i am wanting a form to be able to add options to a drop down menu with values so like say erm...

i have an admin panel and in the admin panel i have a form and the form must add an option to a specific drop down menu so he or see can select it during the process or whatever. if this is possible please show me the coding so i can learn from it :D thanks :razz:

DaveSawers
09-11-2008, 06:52 PM
It's pretty easy, see: The JavaScript Source: Forms : Adding Options (http://javascript.internet.com/forms/adding-options.html) for example.

ryanhouston
09-12-2008, 11:16 AM
sorry this isn't what i was looking for (N). im looking for a form i can add into my contact script admin panel and it must be able to take a value and a name and then add it to a dropdown menu on the contact process so that they can select an admin ( the script ust be able to add options so you can add more emails ).

DaveSawers
09-12-2008, 11:52 AM
I think I answered your original question. If you want me to write the code for you, that's something I normally charge for.

If you need tutorials on writing HTML forms, how to use Javascript, etc. I suggest you start here: HTML Forms and Input (http://www.w3schools.com/HTML/html_forms.asp)