views:

80

answers:

2

Hi,

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

+2  A: 

easiest way is to use a forms plugin:

jspcal
Thank you! I used Chronoforms and it worked nicely (and has nice tutorials to get a basic form up and going).
Brent
A: 

You can also use php form generator. All that you will need is to to add generated code to your web page