katethompson
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Rotator] Changing the Widget rotate speedfunctions.php amend worked for me. thanks
Forum: Plugins
In reply to: [Testimonial Rotator] Inserting shortcode into custom templateI did specify the rotator I created. I’ll email you a login. Thanks.
Forum: Plugins
In reply to: Required Field Issue, Contact Form 7weird. I get the normal error dialog if user doesn’t fill in Name. Maybe some sort of override in another part of your code… good luck. hopefully smarter bulbs than I can weigh in.
Forum: Plugins
In reply to: Required Field Issue, Contact Form 7this has worked for me: Insert a * after field type
<fieldset>
*required field
<div class=”row”><label for=”inp1″>Full Name* </label>[text* name id:inp1 class:text]</div>
<div class=”row”><label for=”inp2″>Organization</label>[text Organization id:inp2 class:text]</div>
<div class=”row”><label for=”inp3″>Email Address*</label>[email* E-Mail-Address id:inp3 class:text]</div>
<div class=”row”><label for=”inp4″>Telephone</label>[text Telephone id:inp4 class:text]</div><div class=”row”><label for=”area”>Message</label>[textarea Message 30×10 id:area class:area]</div>[submit class:btn-send “send”]</fieldset>