Hi,
I'm trying to find how to change the default contact_form options but I can't find any documentation. I use contact form in CMS page.
It work fine if I just put that in code block:
`
<?php<br />
printContactForm( );
?>
`
Now I need to change the shown fields and the default text. How can I do that ?
Thanks for help
Comments
I was trying to code the options and I just saw that in the admin interface we can change everything...
Sorry