Server IP : 192.185.129.71 / Your IP : 18.223.237.176 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/assets/plugins/quform/emails/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php if (!defined('QUFORM_ROOT')) exit; ?><html> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" style="padding: 25px;"><table width="600" cellpadding="0" cellspacing="0" border="0" style="font: 14px Helvetica, Arial, sans-serif;"> <tr> <td valign="top" style="font-family: Helvetica, Arial, sans-serif; font-size: 25px; font-weight: bold; color: #282828; padding-bottom: 10px;"><?php echo Quform::escape($mailer->Subject); ?></td> </tr> <tr> <td valign="top"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <?php foreach ($form->getElements() as $element) : ?> <?php if (!$element->isHidden() && ($config['showEmptyFields'] || (!$config['showEmptyFields'] && !$element->isEmpty()))) : ?> <tr> <td valign="top" style="font-family: Helvetica, Arial, sans-serif; font-size: 17px; font-weight: bold; color: #282828; width: 25%;"><?php echo Quform::escape($element->getLabel())?></td> <td valign="top" style="font-family: Helvetica, Arial, sans-serif; color: #282828; line-height: 130%; width: 75%;"> <?php echo $element->getValueHtml(); ?> </td> </tr> <?php endif; ?> <?php endforeach; ?> <?php if (isset($config['extra']) && is_array($config['extra']) && count($config['extra'])) : ?> <?php foreach ($config['extra'] as $key => $value) : ?> <tr> <td valign="top" style="font-family: Helvetica, Arial, sans-serif; font-size: 17px; font-weight: bold; color: #282828; width: 25%;"><?php echo Quform::escape($key); ?></td> <td valign="top" style="font-family: Helvetica, Arial, sans-serif; color: #282828; line-height: 130%; width: 75%;"><?php echo $value; ?></td> </tr> <?php endforeach; ?> <?php endif; ?> </table> </td> </tr> </table></td> </tr> </table> </body> </html>