Rats that’s too bad.
I know you can have certain groups of users edit certain pages using plugins but I was trying to find one that you could restrict it certain areas on those pages.
I’ll keep looking thanks Frank!
Ok…. this is what I did and it looks better.
I added this to my theme css file
.entry-content .wpcf7 input { margin-bottom: 0; }
Then I deleted all of the p tags and br tags on each line and did this.
<p>Your Name (required) [text* your-name]
Your Email (required) [email* your-email]
Subject [text your-subject]
Your Message [textarea your-message]
[submit "Send"]</p>
That seemed to do it.
Any update Takayuki?
I was curious about that as well :-}
Thank You