1

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

Brent Wheeldon
  • 127
  • 3
  • 14

2 Answers2

2

easiest way is to use a forms plugin:

jspcal
  • 50,847
  • 7
  • 72
  • 76
  • Thank you! I used Chronoforms and it worked nicely (and has nice tutorials to get a basic form up and going). – Brent Wheeldon Jan 11 '10 at 14:36
  • @jspcal You seem to have some knowledge of Joomla. Any chance of you creating a [joomla.se] Stack Exchange account and helping out over there? – mickmackusa Feb 05 '19 at 04:59
0

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

Rolcom Ld
  • 31
  • 1