I have this form, http://www.sourcevibe.com/join_form_artist_parse.php
and i really want the first option (account type) to be a plain text without an option... to put in better terms i don't want the white backdrop or option. i simply want it to say "Account Type: Artist" but i still want it to go into my database as "Artist".
How is this possible?
If it's a static value, then just insert the static value into the database. Why do you need to have the user's browser POST that same value back to you if you already know what it is?