header email button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 11, 2013 6:35 am
Reply with quote
Report this post
Hi guys,

Can this email be integrated with acymailing somehow.

Basically, what I am looking at doing is this:

1. I will have it setup basically how the template is setup. (i.e. asking guests (or customers) to register their interest in my services.
2. This would somehow get shot to my website email and an autoresponder would instantly send a registration email out to the customer.

Thats it.

At the moment, if people enter their email address in the box, and register, where abouts in Joomla is this supposed to store the email address so that we can see this in the backend.

This technically mightn't be a Gavick issue, but more about setting up emails for autoresponding.

Thanks

T
User avatar
Senior Boarder

GK User
Mon Mar 11, 2013 6:44 am
Reply with quote
Report this post
Hi, I am trying to edit this post, but it is saying I cant.

I was going to make it easier and say

"At the moment, if people enter their email address in the box and registe, (or in the template case, 'Get Started Today), where abouts in Joomla is this supposed to store the email address so that we can see in the backend.
User avatar
Senior Boarder

GK User
Tue Mar 12, 2013 3:42 am
Reply with quote
Report this post
I have the exact same problem with this template, where should we setup in the backend all the settings? I would like to receive all the inputs to my email.
User avatar
Fresh Boarder

GK User
Tue Mar 12, 2013 1:55 pm
Reply with quote
Report this post
Any suggestions or thoughts?
User avatar
Senior Boarder

teitbite
Fri Mar 15, 2013 2:10 pm
Reply with quote
Report this post
Hi

This is a normal form written with html. It's not attached to anything. But You can add a module there as for example ACYmailing newsletter. You simply need to publish this module in this module position instead. Of course some additional styling may be required to make it look the same.
User avatar
Moderator

GK User
Fri Mar 22, 2013 12:22 pm
Reply with quote
Report this post
Thanks teitbite,

Excellent help offline to align the AcyMailing module correctly with a little css. Even though it took 5 mins, I appreciate the willingness to help out for 'no money'.

In the end to others with query...... didn't use the form provided. Replaced it with ACYmailing module and linked autoresponder (or welcome message) to registered email address. It kept the same theme for buttons and fields, allbeit a little bit mis aligned. Teitbite assisted in cleaning by providing code for me to edit the overide.css in template settings, in order to fix.

Great help.

Thanks.

T
User avatar
Senior Boarder

teitbite
Sun Mar 24, 2013 3:32 am
Reply with quote
Report this post
Hi

Can You please provide the code ? In case someone else may need it ?
User avatar
Moderator

GK User
Sun Mar 24, 2013 9:54 am
Reply with quote
Report this post
Find below the code to replace the form provided on the home page and the css required to align the ACYmailing module.

Initial steps, as mentioned above, was to load an acymailing module in the 'header' position. By editing the css in the template files with the code below, and overiding the template in the backend, the website now looks just like it should.

Code: Select all
.acymailing_module tr:hover {
 
    background-color: transparent;
 
}
 







.acymailing_module input.inputbox {
 


    border-radius: 3px 3px 3px 3px;
 
    color: #999999;
 
    display: inline-block;
 
    font-size: 20px;
 
    font-style: italic;
 
    font-weight: 300;
 
    height: 68px;
 
    margin: 0 !important;
 
    padding: 0 30px;
 
    width: 456px !important;
 
}
 





table.acymailing_form {
 


    width: 733px;
 
}
 

User avatar
Senior Boarder

GK User
Sat Jun 29, 2013 7:12 am
Reply with quote
Report this post
I know this post is a few months old at this stage but I found a different solution that might be of use to someone.

I found that the responsiveness of the signup form fell apart on smaller devices so I thought of using the blank form from GavickPro and building a newsletter subscription into it.

So I found this link on the Acymailing site and it’s for building a simple html form to allow you to add people to a mailing list.
http://www.acyba.com/en/forum/5-how-to/ ... -form.html

I added the fields as in that link to the simple form in the template and it worked quite well. I was able to keep the website responsive and sign new subscribers to my Acymailing lists.

You may need to change input[type="email"] to input[type="text"] on line 301 of template.css to get it to look the same as I changed the field in the form to match what was in the link.

Cheers,


Red
User avatar
Fresh Boarder

teitbite
Sat Jun 29, 2013 10:14 pm
Reply with quote
Report this post
Hi

I'm sure someone will benefit from it. Thank You for shearing.
User avatar
Moderator


cron