how to make 2 forms with different styles in contact form 7?
-
how to make 2 forms which with different styles in contact form 7? i have getting hard time figuring things out, i have search the forum but none of them works please help thanks
.wpcf7 input.wpcf7-text { height: 30px; width: 450px; }
.wpcf7-form textarea { height: 30px; width: 450px; }i have used this code in the style css sheat in contact form 7 plugin, i have created two forms, but the problem is they show the same style, i wanted the form 1 just to use the above code and the form 2 with different width and height..
here are my to forms in contact form 7:
<div class=”Contact form 1″>
[text* your-name akismet:author placeholder “Your name *”]
[email* your-email akismet:author_email placeholder “Your email *”]
[text your-subject placeholder "Subject"]
[textarea your-message placeholder “Your message here…”]
[submit “Send Message”]
</div>
<div class=”Contact form 2″>
[text* your-name akismet:author placeholder “Your name *”]
[email* your-email akismet:author_email placeholder “Your email *”]
[text your-subject placeholder "Subject"]
[textarea your-message placeholder “Your message here…”]
[submit “Send Message”]
</div>
- The topic ‘how to make 2 forms with different styles in contact form 7?’ is closed to new replies.