p.s. But there is small solution which works only when someone have Outlook or Mozilla Thunderbird or similar solution set on this computer.
Inside your current script
<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>
Replace first line with:
<form action="MAILTO:[email protected]" method="post" enctype="text/plain" class="gkInformation">