GetSimple Support Forum

Full Version: easy-contactform
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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.
(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.
(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>
(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.
(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.