Large & Bold Text in email.

Issues related to forms.
Post Reply
jjq2r01h
 
 
Posts: 19
Joined: Sun Aug 23, 2020 4:31 pm

Large & Bold Text in email.

Post by jjq2r01h »

Hi

I have created a form and added some php code to send email response. PAGE1 is the form and PAGE2 is where I have added php code to send email.
I want to make some of the text in my email larger and bold. Can anybody just point me to the right direction please. It would be very much appreciated. Here is my project

https://1drv.ms/u/s!Ajp8jGjiAz6ShtNW0tY ... A?e=fWAEjh

Many thanks
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Large & Bold Text in email.

Post by Pablo »

I cannot help you with custom code.
But if you use the built-in form PHP script then you can add formatting to the message as described here:
viewtopic.php?f=10&t=64476
jjq2r01h
 
 
Posts: 19
Joined: Sun Aug 23, 2020 4:31 pm

Re: Large & Bold Text in email.

Post by jjq2r01h »

Thank you for replying and your suggestion.

I am now using the built in form processor and it is great. Works very well.

Just one query - Is there anyway I can attach a file in the autoresponder email and if so, how do I do that?
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Large & Bold Text in email.

Post by Pablo »

You cannot attach files, but instead you can include a link to the file.
Post Reply