What content do you have in the Form tab panel?
Here is a cut and past from the tab panel.
text
email
URL
telnumber
date
text area
drop-down menu
checkboxes
radio buttons
acceptance
quiz
reCAPTCHA
file
submit
I mean the content in the text field.
Hopefully you mean this… the code in the content box.
<div class=”container clearfix”>
<div class=”float_center”>
<div class=”largest centering_vertical child closebox all-dark-tan”>
<i class=”fa fa-user fa-2x” style=”margin-right:10px;”></i> Personal Info
</div>
</div>
</div>
[text* your-name placeholder “Please enter your full name *”]
<div class=”container clearfix”>
<div class=”float_center”>
<div class=”largest centering_vertical child closebox all-dark-tan”>
<i class=”fa fa-mobile fa-2x” style=”margin-right:10px;”></i> Contact Details</div>
</div>
</div>
</div>
[text Phone placeholder "Best phone number"]
[email* your-email placeholder “Enter a valid email address *”]
<div class=”container clearfix”>
<div class=”float_center”>
<div class=”largest centering_vertical child closebox all-dark-tan”>
<i class=”fa fa-comment fa-2x” style=”margin-right:10px;”></i> Your Message
</div>
</div>
</div>
[textarea your-message placeholder “How may we help you?”]
[recaptcha]
[submit “Send Information”]
Yes I meant it.
<i class="fa fa-mobile fa-2x" style="margin-right:10px;"></i> Contact Details</div>
This </div> is unnecessary here and messing the entire HTML structure. Remove it.
My bad. Thank you kindly for your help!