Styling Contact Form
-
First I just want to say that this forum is awesome! I’m new to coding and really appreciate all you vets helping us newbies out, I have learned so much!
So.. I’m using contact form 7 and I have it styled the way I would like with a few small exceptions.
1) I would like the labels <Your Name (required)> to be inside the input field.
2) With the default code, when I receive an email the from the form the “from, subject
& message” fields are filled out. I would like my new form to have the same info.Here is the default code
<p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p> <p>Subject<br /> [text your-subject] </p> <p>Your Message<br /> [textarea your-message] </p> <p>[submit "Send"]</p>Here is the code I am using. I know i’m missing a few things bit can’t quite figure it out.
<div class="cir-divider-space clearfix"></div> <div class="input-group"><div class="input-group-addon"><div class="icon-user"></div></div>[text* text-300 class:form-control]</div><br /> <div class="input-group"><div class="input-group-addon"><div class="icon-envelope"></div></div>[text* text-300 class:form-control]</div><br /> <div class="input-group"><div class="input-group-addon"><div class="icon-arrow-right3"></div></div>[text* text-300 class:form-control]</div><br /> [textarea* textarea-329 x6 class:form-control] [submit class:btn class:btn-sm "Send"]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Styling Contact Form’ is closed to new replies.