How to add a basic signup form to a Concrete5 page template -


i'm new concrete5 , have found ton of information on adding contact forms, editable area of page.

what need form page template. it's name+email+submit button form appear on every page template. on submission, 'thanks' message... that's it!

i've tried copy/pasting code outputted page content default.php template no luck that. in advance help.

you should create (global) editable area in template, , add contact block otherwise.

e.g.:

<?php $a = new globalarea('contact form'); $a->display(); ?> 

Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -