M
Memphis
Guest
Hi,
I have added the <strong></strong> tags to a few sections of my PhP script so that the output email I receive makes it easier to differentiate between the question and the answer.
Here is the bit of PhP code:
<strong>Name:</strong> * *" .$name ."\n"
."\n<strong>Telephone:</strong>**" .$telephone ."\n"
."\n<strong>Email:<strong>**" .$email_from ."\n"
."\n<strong>How did you hear about us?:</strong>**" .$hear ."\n\n"
."\n<strong>How would you like us to contact you?:</strong>** Via" .$contact ."\n"
."\n<strong>Customer's Message:</strong>**" ."\n\n" .$comments;
When I test my form, it works, however only the first two, Name and Telephone are bold. The rest are bold but are making the answer bold too.
How can I make it so that only "Name:, Telephone:, Email; How did you hear about us:" are bold but not the answer the user gives?
Why are the first two (name and telephone) working properly but the rest aren't?
Thanks very much
(Newbie to PhP)
LoL!
I'm such a nabcake.
Thanks you guys
I have added the <strong></strong> tags to a few sections of my PhP script so that the output email I receive makes it easier to differentiate between the question and the answer.
Here is the bit of PhP code:
<strong>Name:</strong> * *" .$name ."\n"
."\n<strong>Telephone:</strong>**" .$telephone ."\n"
."\n<strong>Email:<strong>**" .$email_from ."\n"
."\n<strong>How did you hear about us?:</strong>**" .$hear ."\n\n"
."\n<strong>How would you like us to contact you?:</strong>** Via" .$contact ."\n"
."\n<strong>Customer's Message:</strong>**" ."\n\n" .$comments;
When I test my form, it works, however only the first two, Name and Telephone are bold. The rest are bold but are making the answer bold too.
How can I make it so that only "Name:, Telephone:, Email; How did you hear about us:" are bold but not the answer the user gives?
Why are the first two (name and telephone) working properly but the rest aren't?
Thanks very much
(Newbie to PhP)
LoL!
I'm such a nabcake.
Thanks you guys
