| Server IP : 68.178.172.28 / Your IP : 216.73.216.26 Web Server : Apache System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : kiskarnal ( 1003) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/kiskarnal/public_html/public/assets/plugins/quform/emails/ |
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>