custumizing the contact form
-
Hi, I have a contact form on my site that I’d like to custumize a bit. Here’s what I want to do. The brackets represent the edit boxes. [] name [] email [] subject [] message. I want it to display like this, name [] email [] subject [] message [] is there any way I can do this?
The blog I need help with is: (visible only to logged in users)
-
Try the code below. If you don’t want the input boxes to be aligned then you can always replace the width with a padding-right value in pixels:
form.contact-form p label {float:left; width:20%;} -
-
You can edit the Contact form shortcode somewhat. See here:
http://en.support.wordpress.com/contact-form/#configuration -
-
-
- The topic ‘custumizing the contact form’ is closed to new replies.