/enfold/framework/php/class-form-generator.php
Is there way to receive email in table format? Now default is paragraphs, and I would like to see that sorted in table when submission has more than 20 fields its become mess.
if($element[‘type’] == ‘textarea’) $message .= ” <br/><br/>”;
$field_value = apply_filters( “avf_form_mail_field_values”, nl2br(urldecode($new_post[$key])), $new_post, $this->form_elements, $this->form_params, $element, $key );
$message .= $element[‘label’].”: “.$field_value.” <br/><br/>”;
if($element[‘type’] == ‘textarea’) $message .= ” <br/><br/>”;
<br/><br/> solved double spacing on email message. But there should be easy way to add <tr><td> tag somewhere?
Hey Slavisa,
You can always edit the output, instead of been br tags, to be table.
But that would require a lot of customisation ( and also work with our hooks, so you do not loose on updates ), which is outside of our Support Policy.
Please do consider to hire a freelancer, who will be able to help you out with them.
Thank you
Best regards,
Basilis