Hello,
Is it possible to customize the layout of the email send to the administrator of the website.
For example : more space between lines, questions or subject in bold, answers in italic,…
Best regards,
Robbie
http://www.smarteducation.be
Hey robbiebillen2!
In the /enfold/framework/php/class-form-generator.php file on line 754 you should see this.
$message .= $element['label'].": ".$field_value." <br/>";
You could try adding another <br />
there to add an extra line between the elements.
Regards,
Elliott