Configuration Error Help
-
I have one configuration error in the tab panel and I can’t figure it out. When i fill out the contact form I receive the email but the name, email and subject don’t show. Below is the form template. Any help is appreciated.
<div class=”xs-contact-form”><div class=”form-row”><div class=”col-md-6″><div class=”form-group”><style>
.form-group {
color: black;
margin: 0.5px;
padding: 0.5px;
</style>
<p class=”p”>Name</p> [text* name class:form-control]</div></div><div class=”col-md-6″><div class=”form-group”><p class=”p”>Email</p> [email* email class:form-control]</div></div></div><div class=”form-group”><p class=”p”>Subject</p> <input type=”text” class=”form-control” id=”xs_contact_subject”></div><div class=”form-group”><p class=”p”>Description</p> [textarea* your-message class:form-control class:form-control-lg]</div><div class=”xs-btn-wraper”> [submit class:btn class:btn-primary class:badge class:badge-pill class:btn-lg “Send Message”]</div>
The topic ‘Configuration Error Help’ is closed to new replies.