mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Signup and FAQs cleanup
This commit is contained in:
@@ -212,6 +212,7 @@ class signup_shortcodes extends e_shortcode
|
||||
$options['title'] = LAN_SIGNUP_108; // Must be a valid email address.
|
||||
$text = e107::getForm()->email('email',($_POST['email'] ? $_POST['email'] : $email),100,$options);
|
||||
$text .= "<div class='e-email-hint' style='display:none' data-hint='Did you mean <b>[x]</b>?'><!-- --></div>";
|
||||
$text .= "<input type='text' name='email2' value='' style='display:none' />"; // spam-trap.
|
||||
return $text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user