Reputation: 127
I need to create a Contact Us page for a Joomla! site which I'm creating for a friend and I'm not having much luck finding a nice way of doing this. It is just a simple form which contains a few input fields (text boxes, checkboxes and comboboxes), and when the user clicks submit it emails an email address (the email address to use needs to be based on one of the combobox selections).
Can anyone point me in the direction of a component (or core Joomla! functionality) that can help me achieve this?
Cheers,
Brent
Upvotes: 1
Views: 529
Reputation: 31
You can also use php form generator. All that you will need is to to add generated code to your web page
Upvotes: 0
Reputation: 51904
easiest way is to use a forms plugin:
Chronoforms - http://www.chronoengine.com/component/content/article/1-latest/26-what-is-chronoforms.html
Ma4Joomla Mailforms - http://www.mad4media.de/mad4joomla-mailforms.html
RSform! - http://www.rsjoomla.com/joomla-components/rsform.html
Upvotes: 2