Header bottom module configuration

May 2014 Joomla Template
GK User
Mon Aug 25, 2014 4:49 pm
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>
User avatar
Fresh Boarder

GK User
Tue Aug 26, 2014 10:56 pm
Hello,

The code is only a structure for the form - you have to link it with a preferred mailing system. You will have to change in the mentioned code the action attribute and most probably the names of fields.
User avatar
Administrator

GK User
Thu Aug 28, 2014 8:25 pm
Thank you for the quick reply. The template is great!
You could give me some advice? For example, it runs with Mailchimp?
User avatar
Fresh Boarder

GK User
Thu Aug 28, 2014 9:42 pm
In my opinion it can run with any mailing system, the only thing which you have to do is adjustment of the action attribute in the form tag and probably the names of the fields inside the form.
User avatar
Administrator


cron