1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Contact Form: Simple keyword and phrase filtering option added.

This commit is contained in:
Cameron
2016-08-28 10:32:10 -07:00
parent 8c52c8aa4e
commit 50fc69a124
4 changed files with 57 additions and 9 deletions

View File

@@ -501,6 +501,17 @@ $text .= "<fieldset class='e-hideme' id='core-prefs-email'>
<div class='smalltext field-help'>Contact form will only be visible to this userclass group.</div>
</td>
</tr>
<tr>
<td><label for='contact-filter'>".PRFLAN_270."</label></td>
<td>
".$frm->textarea('contact_filter', $pref['contact_filter'], 5, 59, array('size'=>'xxlarge'))."
<div class='smalltext field-help'>".PRFLAN_271."</div>
</td>
</tr>
<tr>
<td><label for='contact-emailcopy'>".PRFLAN_164."</label></td>
<td>";
@@ -517,6 +528,7 @@ $text .= "<fieldset class='e-hideme' id='core-prefs-email'>
</td>
</tr>
</tbody>
</table>
".pref_submit('email')."