digitalshyft
Forum Replies Created
-
I am using the WPBakery page builder and I just updated Contact Form 7 to the latest version and I am now getting this error on the form code on all 4 of the websites I updated.
THIS IS THE FORM TAB
!1 configuration error detected in this tab panel
<div class=”row”>
<div class=”col-lg-5 col-md-5 col-sm-12 col-xs-12″>
<div class=”input-group”>
[text* name placeholder akismet:author “Name”]<span class=”input-addon”><i class=”stm-icon-man”></i></span>
</div>
<div class=”input-group”>
[email* email placeholder akismet:author_email “Email”]<span class=”input-addon”><i class=”fa fa-envelope-o”></i></span>
</div>
</div>
<div class=”col-lg-7 col-md-7 col-sm-12 col-xs-12″>
<div class=”input-group”>
[tel* ContactNumber placeholder “Contact Number”]<span class=”input-addon”><i class=”stm-icon-roundels”></i></span>
</div>
<div class=”input-group no-bordered”>
[textarea* message class:feedback placeholder “Your message”]
</div>
</div></div>
<div onClick=”ga(‘send’, ‘event’, { eventCategory: ‘contact’, eventAction: ‘click’, eventLabel: ‘lead’});”>
[submit class:button class:square “Send”]
</div>!(configuration error) Unavailable names (“name”) are used for form controls.
Any idea how to resolve this issue?