If you’re receiving blank e-mails and when you submit the forms you just get a page with {"response":"success"} , the problem is that the JS file is missing for the form, you need to include the file:
<script src="js/views/view.contact.js"></script>
(add that after the theme.js file in the HTML), right there: