Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355282

    Hi there,

    Is it possible for the plus symbol (+) to be included in sign-up email addresses in the ‘Contact Form’ widget?

    Thanks!

    #1355283

    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 (äöüÄÖÜ):

    #1355555

    This worked! Thank you so much.

    #1355655

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Allow the plus symbol in email addresses’ is closed to new replies.