Page 1 of 1

[solved] contact form

Posted: Tue Mar 23, 2010 9:44 am
by billyjimbob
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

Re: contact form

Posted: Tue Mar 23, 2010 10:20 am
by Peciura
Is a simple contact form part of the core or is it an add-on?
Core is small as it can be to keep it maintainable and flexible.
Install FomBuilder module. Contact form is  included as a sample.

Re: contact form

Posted: Tue Mar 23, 2010 5:35 pm
by jmcgin51
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?
A module (i.e. FormBuilder) is recommended, but you can use a standalone script if desired.  Add the code to a UDT.

Re: contact form

Posted: Wed Mar 24, 2010 2:40 pm
by billyjimbob
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.