Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter thegoodrider

    (@thegoodrider)

    The problem was the form. Now fixed.

    Thread Starter thegoodrider

    (@thegoodrider)

    I found that this is what was actually being used, not the other form.

    <div class="row">
    <div class="col-md-6">
    
    <p style="margin-bottom: 27px;"><label>Your Name (required)</label> [text* your-name] </p>
    
    <p style="margin-bottom: 27px;"><label>Your Email (required)</label> [email* your-email] </p>
    
    <p style="margin-bottom: 27px;"><label>Subject</label> [text your-subject]</p>
    </div>
    
    <div class="col-md-6">
    
    <p><label>Your Message</label> [textarea your-message]  </p>
    
    </div>
    
    </div>
    
    [submit class:btn class:btn-color-white class:btn-style-bordered "SEND A MESSAGE"]
    From: [your-name] <[your-email]>
    Subject: [your-subject]
    
    Message Body:
    [your-message]
    
    --
    This e-mail was sent from a contact form
    Thread Starter thegoodrider

    (@thegoodrider)

    Thanks for the suggestion.

    I spoke to my hosting provider (Bluehost) and they checked their system as well as played around with the script.

    I am told that it cannot be a spam filter because that would block the entire e-mail while I am not receiving just the sender’s e-mail address. They suggested a different plugin…

    Thread Starter thegoodrider

    (@thegoodrider)

    I get the standard ‘your message was sent, all good’ validation.

    Thread Starter thegoodrider

    (@thegoodrider)

    Hello Yordan,

    This is brilliant!

    Thanks for that. ??

    Andrei

    Thread Starter thegoodrider

    (@thegoodrider)

    Hello Yordan

    <div class=”row”>
    <div class=”form-group col-sm-6″>
    [text* first-name placeholder “First Name*”]
    </div>
    <div class=”form-group col-sm-6″>
    [text* last-name placeholder “Last Name*”]
    </div>
    <div class=”form-group col-sm-6″>
    [email* email placeholder “Email*”]
    </div>
    <div class=”form-group col-sm-6″>
    [text phone placeholder "Phone"]
    </div>
    <div class=”form-group col-sm-12″>
    [textarea* message placeholder “Message*”]
    </div>
    <div class=”form-group col-sm-12″>
    [submit “SUBMIT”]
    </div>
    </div>

Viewing 6 replies - 1 through 6 (of 6 total)