Hi
I'm trying to build a form that which has many fields.
The first field is a select field called title (Contains option values for Mr, Mrs, Ms Other and so on) What I want to happen is if the user has chosen other, the form refreshes with an additional input type box where the user can enter their preference.
After many other fields, I want to submit the form, put the contents into a database and email.
When the user has selected Other from the drop down list, I want the entry in the title field in the db to be what the user then entered in the input type field.
Does anyone have any ideas? I'm quite new to PHP and coding in general and therefore not sure how to go about it, as I only know how to pass details once the form is submitted.
Please help.....
Lulubell