I'm looking for email to have this subject line format: variable / variable / MY HARD CODED TEXT City / Full_name / Hard coded text How can I get the variable to display in the subject line? So far everything I've tested has failed. Thank you send_form_email.php contact_form.html
It's unclear what you are trying to achieve. Are you trying to put the city and the full name from the previous page in the subject line?
I want to have my variable 'city' and 'full_name' in the subject line in the email in this format: $city '/' $full_name '/' MY TEXT HARD CODED