Here’s what I did for mine. I’m using Visual Composer, hence “vc_col-sm-4”. This will take up 2/3rds of the width of the page. Works fine for me.
<div class="row" >
<div class="vc_col-sm-4">
<label><h3 style="text-align:center;">Name</h3>
[text* your-name id:your-name] </label>
</div>
<div class="vc_col-sm-4">
<label><h3 style="text-align:center"> Phone </h3>
[text* your-phone id:your-phone]</label>
</div>
Hmm, why did you hijack my post? 🙁
I’ll try to help you, if this doesn’t work, I’ll need more information than just “still have error”… Like telling me what error you received?
Looks to me that your problem isn’t even remotely the same as what I’m facing. 🙁
I’m asking if contact form 7 is able to validate if user has more than 2 choices selected, and reject the message if not.
Meanwhile, you can try this. Disclaimer – Not an expert.
<p> Languages </p>
[checkbox* languages use_label_element “German” “Italian” “English” “Dutch” “French” “Chinese”]
I believe you need to have “use_label_element” for multiple choices.