How do I add my own email in the demo "information" module on the frontpage located on the "header bottom" position. I want to fix it so that when users request information I will receive it to my email. Current HTML code in the demo as per below:
<form class="gkInformation" action="#">
<div><strong>Get info based on<br /> your study lavel</strong> <input name="full-name" type="text" placeholder="Full name" /> <input name="education-level" type="text" placeholder="Your education level" /> <input name="email" type="email" placeholder="Your e-mail" /> <input type="submit" value="Request information" /></div>
</form>