(2020-05-31, 03:47:45)multicolor Wrote:(2020-05-30, 18:22:27)Domi Wrote: Hi,
can someone give me a functional example of easy-contactform ? do I need to create a page ? but there is no template and if I call mail() into a php code, I get an error message.
http://get-simple.info/extend/plugin/eas...form/1252/
thanks in advance,
Domi.
install this,
turn on plugin
go to page editor where you wanna use easy contact form and click "add form" button.
Yes, I know, that's what I have done but after ?? how to include the call to the easy-contactform ?, as said in my first post, this doesn't appear in page template and call to mail() nothing happens
this is my 'command' :
Code:
<a href="<?php mail(); ?>">Contact Us</a>
Domi.