(Elementary user)
Good day,
Below is an excerpt from a PHP file that is displayed in an HTML page:
$form_sent = false;
$value_email_customer = "";
$value_email_sender = "";
Our goal is to have a pull down list for value_email_sender eg.:
Mr Brown
Mrs Jones
Miss Smith
Can anyone please help me with the syntax?
Best regards
Good day,
Below is an excerpt from a PHP file that is displayed in an HTML page:
$form_sent = false;
$value_email_customer = "";
$value_email_sender = "";
Our goal is to have a pull down list for value_email_sender eg.:
Mr Brown
Mrs Jones
Miss Smith
Can anyone please help me with the syntax?
Best regards