Forum
Mailchimp Perch:Content
Hi,
I've installed the MailChimp app and seems to be working fine, I've added it into my page with:
<?php perch_mailchimp_form('subscribe.html'); ?>
My question is inside that form I've got Perch:Content, but using Runway where can I find that content listed so I can add text?
(Not sure I've explained that very well)
If you're using
<perch:content />
tags, you need to use aperch_content
function to display the template.Thanks, but then how will it display the Mailchimp form? Or is the perch_mailchimp_form part not necessary if the perch:form is correctly formatted?
You can put the MailChimp form markup in your content template. It should work just the same.
The
perch_mailchimp_form()
function is really just a convenience for displaying a form without a content region. It doesn't do anything specific itself - just displays the form.