How do I implement... a contact form using the module?
Okay, I am using the CMS interface to create a test contact form. I've added fields, populated a few fields like e-mail receipt, a test subject and message and saved the form.
However, how do I view the form? I assumed from the outset I would embed the form on an existing page - although the General tab suggests this is not the case so the 'slug' field contains the word 'contact'. So I go to
http://localhost:3000/contact and I just get a 404 Page Not Found?
Comments
<?=form('contact')?>