How to customize the Signup Form?

Permalink
Hi!

For some reason I'm not able to select my customized template in /myC5Folder/blocks/mail_chimp/templates. Where can I change it?

Thanks,
Simon
mashups
View Replies:
richinnz replied on at Permalink Reply
richinnz
Hi

Try without the _ in mailchimp

i.e. the folder should be ../blocks/mailchimp/templates

Hope this helps
richard

On 10/06/2011 2:27 a.m., Concrete5 Community wrote:
EIanetti replied on at Permalink Reply
I would like to modify the CSS on the sign-up form as well. My blocks folder is empty. Is that possible? Is there somewhere else to look?
richinnz replied on at Permalink Reply
richinnz
Hi There
The block will have been installed in the /packages/mailchimp folder.
To alter the CSS you can go to /packages/mailchimp/blocks/mailchimp/view.css
better is to take those elements you want to alter and place them in
your own css file - this way when the mailchimp block is upgraded as it
is from time to time then your changes wont be affected.

Hope this helps?

Richard


On 9/08/2011 7:09 a.m., Concrete5 Community wrote:
EIanetti replied on at Permalink Reply
Richard - I have tried various edits of that file with no success. All I want to do is add a little padding around the Register button. How will I do that?

I appreciate you taking the time to respond. Thanks.
richinnz replied on at Permalink Reply
richinnz
Hi

The ID of the button is mailchimp-register

so you should be able to include in your style sheet

#mailchimp-register { margin:10px }

for a 10px margin all around.

Does that help?

Richard

On 18/08/2011 12:51 p.m., Concrete5 Community wrote:
EIanetti replied on at Permalink Reply
Got it. Thanks a lot.
contentwebsolutions replied on at Permalink Reply
contentwebsolutions
Tried to edit the mailchimp template also, but neither in packages is a mailchimp folder, nor in concrete/packages ...
Where else could it be??
richinnz replied on at Permalink Reply
richinnz
Its a standard block and therefore resides in

\packages\mailchimp\blocks\mailchimp

view.php is used to generate the page along with view.css

hope that helps?

Richard

On 9/05/2012 3:13 p.m., concrete5 Community wrote:
contentwebsolutions replied on at Permalink Reply
contentwebsolutions
Sorry, was my fault. We reinstalled concrete5 and my programmer didn't install mailchimp again yet, but I thought he did.
So I couldn't find it :)