Forum Replies Created

Viewing 1 replies (of 1 total)
  • Another weird datum:
    I have a form with 4 fields. Just the name and email are required. I enter viagra-test-123 as the name and my email in the email field. I press SUBMIT. I get the GREEN response box, but the email does NOT arrive. Not a huge problem, but the behavior is unexpected!


    <label for=”your-name”> Your Name (required) </label>
    [text* your-name id:your-name akismet:author]

    <label for=”your-email”> Your Email (required) </label>
    [email* your-email id:your-email akismet:author_email]

    <label for=”your-subject”> Subject </label>
    [text your-subject id:your-subject]

    <label for=”your-message”> Your Message </label>
    [textarea your-message id:your-message]

    [submit class:submit-button id:submit “Send”]

Viewing 1 replies (of 1 total)