Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../includes/emails/template...
File: field-default.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Email form field entry.
[2] Fix | Delete
*
[3] Fix | Delete
* This is used with the {all_fields} smart tag.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.1.3
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
// Exit if accessed directly.
[9] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[10] Fix | Delete
exit;
[11] Fix | Delete
}
[12] Fix | Delete
?>
[13] Fix | Delete
<table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-top:1px solid #dddddd; min-width: 100%;border-collapse: collapse;width:100%;"><tbody>
[14] Fix | Delete
<tr><td style="color:#333333;padding-top: 20px;padding-bottom: 3px;"><strong>{field_name}</strong></td></tr>
[15] Fix | Delete
<tr><td style="color:#555555;padding-top: 3px;padding-bottom: 20px;">{field_value}</td></tr>
[16] Fix | Delete
</tbody></table>
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function