I have a contact form realized with the previous version of "Canvas", the form works and correctly sends emails, but it does not show "success message", how can I solve the issue?
The form code is the following:
<div class="form-widget">
<div class="form-result" data-notify-timeout="10000"></div>
<form id="template-contactform" name="template-contactform" action="include/sendemail.php" method="post" novalidate="novalidate" enctype="multipart/form-data">
.
.
.
</form>
</div>You can see form on this page: https://www.topitalianmortgage.com/test.html
