I can set this up with column divs in CForms7, but to be honest I like using your contact forms much more because then I don't have to write custom captcha (among other things) ;)
To that end, rather than installing column divs in order to place the message box in a column to the right of the rest of the fields, is there a process by which I can modify the current forms to allow for column usage within the [contactform] shortcode?
Example:
Send us a Message
[contactform email="info@yourdomain.com" akismet="true"]
[one_half]
[name label="Name:" required="true"]
[email label="Email:" required="true"]
[textfield label="Phone:"]
[captcha]
[/one_half]
[one_half_last]
[textarea label="Message:"]
[autoresponder fromName="Services, Inc." fromEmail="email@yourdomain.com" subject="AutoResponder" message="=== This is an automated response ===
Dear %Name%,
We have received your email inquiry and we will contact your as soon as possible.
Thank you for your interest in our services!"
-MyCompany]
[/one_half_last]
[submit value="Send us a Message"]
[/contactform]
It's not the end of the world if I can't, but it sure would be nice if I didn't have to drop in 1-2 plugins of extra code just to get columns in one form.













