Hi,
Is a simple contact form part of the core or is it an add-on? What is the best way to create a simple "email address and question" contact form?
On an old non CMS site I just created a php mailer and form - can I inject in the form code this into the site or do I have to use a module?
Thanks
[solved] contact form
-
- New Member
- Posts: 5
- Joined: Fri Jun 13, 2008 1:05 am
[solved] contact form
Last edited by billyjimbob on Wed Mar 24, 2010 2:46 pm, edited 1 time in total.
Re: contact form
Core is small as it can be to keep it maintainable and flexible.Is a simple contact form part of the core or is it an add-on?
Install FomBuilder module. Contact form is included as a sample.
Re: contact form
A module (i.e. FormBuilder) is recommended, but you can use a standalone script if desired. Add the code to a UDT.billyjimbob wrote: On an old non CMS site I just created a php mailer and form - can I inject in the form code this into the site or do I have to use a module?
-
- New Member
- Posts: 5
- Joined: Fri Jun 13, 2008 1:05 am
Re: contact form
Thanks. I just added my own code for a form and that worked well. I'll install formbuilder as well and play around with it.