please how can I configure the module "REQUEST INFORMATION"

GK User
Thu Apr 30, 2015 2:14 am
Hi,
please how can I configure the module "REQUEST INFORMATION" to operate (send an email)
I turned in the forum but could not find anything that I've been able to help,

  I just need that once completed the 3 fields send a simple email.;!
thanks
Mdjaxx
User avatar
Junior Boarder

GK User
Thu Apr 30, 2015 6:37 am
Hi,
sorry again I have to explain that it's dummy module. Please do not ask me why it was built like that....
so to get real working script, you have to use REAL CONTACT / FORM module instead. :whistle:
User avatar
Platinum Boarder

GK User
Thu Apr 30, 2015 6:44 am
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">
User avatar
Platinum Boarder

GK User
Mon May 04, 2015 2:43 pm
HI! Oscar E,

Thanks!!!!! ... perfect !! good solution.
Mdjaxx
User avatar
Junior Boarder


cron