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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -