thegoodrider
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 tagsThe problem was the form. Now fixed.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 tagsI 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
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 tagsThanks 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…
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 tagsI get the standard ‘your message was sent, all good’ validation.
Forum: Plugins
In reply to: [Contact Form 7] Initial set up of the contact formHello Yordan,
This is brilliant!
Thanks for that. ??
Andrei
Forum: Plugins
In reply to: [Contact Form 7] Initial set up of the contact formHello 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>