Hello,
Thanks for your feedback. Please note that there is an error on the code in the documentation files and it should be replaced by the code below. The word contact has been replaced by your-
<div class=”row”>
<div class=”col-md-6″>
<div class=”form-group”>
[text* your-name class:form-control placeholder “Name”]
</div>
</div>
<div class=”col-md-6″>
<div class=”form-group”>
[email* your-email class:form-control placeholder “Email”]
</div>
</div>
</div>
<div class=”form-group”>
[text* your-subject class:form-control placeholder “Subject”]
</div>
<div class=”form-group”>
[textarea* your-message class:form-control placeholder “Message”]
</div>
[submit class:submit-btn class:btn–primary “SEND”]
because using the code on the documentation is you just receive an empty email.
Thanks