Forum
Contact form message not appearing
Hi,
It seems that my contact-form.html, which contains some perch:content tags for an introduction and thank you message is not displaying these template parts. They do not appear in the Perch back end for that page.
Any tips?
Code in the template:
<perch:content id="forum-introduction" type="textarea" label="Intro" textile="true" editor="markitup" size="m" />
I am calling the form in my page by using:
Forms app included in
apps.php
?Yep
Ah, you're using
<perch:content />
tags but not using the Content app to display the region.Change it to:
for example.
Thanks, that was it!