| Post |
|
New Member | prime-hosts posts 1 11:39 am May 12, 2011
| |
|
|
Hello I having a problem on Admin Email Message Options with the html. When i tried to print an email the answers are corrupted at the end of the page. The reason is because i have some questions more than 20 characters plus the spacing between labels & data. How i can change the size of the fonts or the width of my email to set it to A4 page or the spacing between label? i have tried to change the css but it still not working.
Can you help me please?
|
|
|
Guest
| JimEdward 5:17 pm June 9, 2011
| |
|
|
I have the same issue. Did you ever get a reply or a solution to printing the form results? I'd love to save a tree but my client wants to print it and the format is too wide when the results arrive via email.
|
|
|
Guest
| Mikluha 1:18 pm January 30, 2012
| |
|
|
File lib_aux.php line 206 and 210.
206: $h .= '<tr><td style=3D"width: 290px; padding: 5px 10px 5px 0; text-align: left;">' . $hk . '</td><td style=3D"width: 290px; padding: 5px 0 5px 10px; text-align: left;">' . $hv . '</td></tr>' . "\r\n";
style="write your styles for TD"
210: $r['html'] = '<p style="'.$cformsSettings['global']['cforms_style_title'].'">'.$cformsSettings['form'.$no]['cforms'.$no.'_fname'].'</p><table width=3D"600" cellpadding=3D"0" cellspacing=3D"0" style="'.$cformsSettings['global']['cforms_style_table'].'">'.stripslashes($h).'</table>';
table width="width for table and other parameters".
I hope has helped. Forgive for bad English. I from Russia :)
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 5:22 pm January 30, 2012
| |
|
|
Hi!
If you want to apply your own styling and/or change the layout of the admin email, don't change the core code! This will stop you from upgrading smoothly.
Instead use the "admin email message" settings to define your own custom template with all data fields etc. See your help! page as well.
Paul.
|
|
|
|