I have /contact-info
, as default contact page (http://docs.plone.org/develop/plone/functionality/contactform.html) for my plone website.
I want to add a new contact page for a subfolder but with different settings (like from email address and fields).
I'm trying to create a new contact page using Products/CMFPlone/skins/plone_templates/contact-info.cpt
as model, but I think maybe it is a better way.
What is the easiest way to have multiple contact pages on a plone website?
Simplest way (no need of developing anything) is to install PloneFormGen and create a custom contact-info form with a mailer adapter.
Seems that new-way-dexterity-based collective.easyform also provides same features (but never tested).