p01contact
p01contact copied to clipboard
Create contact forms by writing simple tags. Also a plugin for GetSimple and Pico CMS.
Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in ....l/php8.1/docroot/plugins/PicoContact/src/P01contact_Form.php on line 478
This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly. `I'd like to contact you` To fix this issue, make sure the label's for...
Here is a random one I was wondering if someone could shine some light on what's going on. In the interest of security and getting an A+ in Mozilla's Observatory,...
In the source file of the latest version 'p01-contact/src/P01contact.php' you have to adjust the version number on line 24
I'm refering to [this line](https://github.com/nliautaud/p01contact/blob/master/p01-contact/src/P01contact.php#L115). On my machine it returns an invalid path (404) because both my server root and the plugin folder are symlinked. Could this be made user...
Hi, it seems that you don't sanitize $_POST data, isn't it? In P01contact_Form.php line 205: `* @param array $post Sanitized p01-contact data of $_POST` but checkSpam is called by post()...
I have tried p01contact and it seems very poweful. I'ts nice to post form entries to an email but It would be even better to be able to **store entries...
I’m getting spam emails despite having the honeypot setting checked, so I was going to see what I can do. Is the honeypot field that hidden checkbox with name “p01-contact_fields[totally_legit]”?...
As instructed in the readme file, I placed the **p01-contact** directory inside **plugins** folder and renamed it to **PicoContact**. I have then created a form using the following parameters in...