Today I added custom email notifications due to lots of request for that feature.
To edit the custom emails you should know the following:
- you can change the email layout globally for text or html mails
- ...or you add custom email layouts for each of your forms
To change the global text email layout go to "JoomlaRoot/media/breezingformsmailtpl/", open the file mailtpl.txt.php and edit it.
The 'txt' in the filename determines that it is a layout for a text email.
If you want a use html emails, copy that file and name it "mailtpl.html.php". The 'html' determines that this is the layout for html mails.
If a html layout is defined, it will be prefered by BreezingForms to use - you can't select it in backend admin! If you dont want to use the html layout anymore, just delete that file!
If you delete all layout files, the built in fallback layout will be used.
To create custom layouts for each of your forms the procedure is exactly the same, except that the files have to be named like "FORMNAME.[txt|html].php". E.g. "SampleContactForm.txt.php" for text mails or "SampleContactForm.html.php" for html mails.
I hope you got the point, if you need further explanations ask the forums please.
Regards,
Markus