Im using a drop down menu in a contact form,
option 1 : Worldwide Cover
option 2 : European Cover
But that form is inserted into a DB, which is then read by ?id,
is there any way to have a value for each dropdown, for example if they select “option one” it will input the terms for worldwide cover to the DB,
if they select option 2 it will input terms for europe into the DB
Like this:
The
selectedattribute is to make it selected by default (when the form is first shown to the user), which seems to be what you are asking about in the question title.