Tagged: CONTACT FORM
Hi there,
Is it possible for the plus symbol (+) to be included in sign-up email addresses in the ‘Contact Form’ widget?
Thanks!
Edit : did you change your posting ? i did not read the contact form widget at all.
i do not have a widget that way. – but you can have a html widget and insert contact form shortcodes to it.
this is checked in the concerning js file : contact.js line 118 (Enfold 5) with a regex: (is_special_email)
if( ! value.match( /^[a-zA-Z0-9.!#$%&'*+\-\/=?^_
{|}~ÄÖÜäöü]+@\w[\w\.\-ÄÖÜäöü]*\.[a-zA-Z]{2,20}$/ ) )
`
so if needed take the corresponding email input field with special characters and german Umlaute (äöüÄÖÜ):
This worked! Thank you so much.
Hi,
Glad Guenni007 could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Thanks Guenni007 for sharing.
Best regards,
Mike