The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
easy-contactform - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: easy-contactform (/showthread.php?tid=14367) |
easy-contactform - Domi - 2020-05-30 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/easy-contactform/1252/ thanks in advance, Domi. RE: easy-contactform - multicolor - 2020-05-31 (2020-05-30, 18:22:27)Domi Wrote: Hi, install this, turn on plugin go to page editor where you wanna use easy contact form and click "add form" button. RE: easy-contactform - Domi - 2020-05-31 (2020-05-31, 03:47:45)multicolor Wrote:(2020-05-30, 18:22:27)Domi Wrote: Hi, 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. RE: easy-contactform - multicolor - 2020-06-01 (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, 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> RE: easy-contactform - bafrali55 - 2020-07-23 (2020-05-31, 03:47:45)multicolor Wrote:(2020-05-30, 18:22:27)Domi Wrote: Hi, sorry but, i don't see add form button in the page editor. RE: easy-contactform - multicolor - 2020-07-26 (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, give me a source from console in your website, tell me what else plugins you installed. |