Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
easy-contactform
#4
(2020-05-31, 07:43:00)Domi Wrote:
(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.

This plugin is not for this, mail() function is normal function on php. I think you wanna use mailto:


Code:
<a href="mailto:example@mail.com">Contact Us</a>
Reply


Messages In This Thread
easy-contactform - by Domi - 2020-05-30, 18:22:27
RE: easy-contactform - by multicolor - 2020-05-31, 03:47:45
RE: easy-contactform - by Domi - 2020-05-31, 07:43:00
RE: easy-contactform - by multicolor - 2020-06-01, 23:58:51
RE: easy-contactform - by bafrali55 - 2020-07-23, 00:32:36
RE: easy-contactform - by multicolor - 2020-07-26, 08:49:39



Users browsing this thread: 1 Guest(s)