Hello there!
I would use the module located in the "header-bottom" position. The intention is that the user can request information. But I am not able to configure it properly and I do not get the messages written by the users. What am I doing wrong? Someone can help me, please? Thank you !!!!
I remember you which is default is html code:
<form action="#" class="gkInformation">
<div>
<strong>Get info based on<br /> your study lavel</strong>
<input type="text" placeholder="Full name" name="full-name" />
<input type="text" placeholder="Your education level" name="education-level" />
<input type="email" placeholder="Your e-mail" name="email" />
<input type="submit" value="Request information" />
</div>
</form>