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
printContactForm( );
?>
`
Now I need to change the shown fields and the default text. How can I do that ?
Thanks for help