Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
easy-contactform
#1
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.
Reply
#2
(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.
Reply
#3
(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.
Reply
#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
#5
(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.

sorry but, i don't see add form button in the page editor.


Attached Files Thumbnail(s)
   
Reply
#6
(2020-07-23, 00:32:36)bafrali55 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.

sorry but, i don't see add form button in the page editor.

give me a source from console in your website, tell me what else plugins you installed.
Reply




Users browsing this thread: 1 Guest(s)