Customising the Contact Form
Sometimes you might want to add instructions, or make other changes to the default contact form. This article describes the process that you will go through.
Find the right file
First you need to find the right file for editing...
- Go to Components > eXtplorer.
- Browse to components/com_contact/views/contact/tmpl/default_form.php.
Make the changes
You can now make the following changes...
- Add some instructions on how to use the email form around line 29 after the php endif statement.
- I also like to remove some of the label tags, and add a default value (eg. value="Enter your name here...").
Thanks for visiting,
Steven