2020-05-30, 18:22:27 (This post was last modified: 2020-05-30, 18:23:48 by Domi.)
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.
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.
2020-05-31, 07:43:00 (This post was last modified: 2020-05-31, 16:26:00 by Domi.)
(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.
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
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.
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.
This plugin is not for this, mail() function is normal function on php. I think you wanna use mailto:
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.
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.