Simple-PHP-Contact-Form icon indicating copy to clipboard operation
Simple-PHP-Contact-Form copied to clipboard

A Simple Contact Form developed in PHP with HTML5 Form validation.

Results 5 Simple-PHP-Contact-Form issues
Sort by recently updated
recently updated
newest added

Hello Pedro, I treid your work, but I get the error message and no email was submitted. I looked at the source code of the sended email and realy there...

It seems that PHP 7.4 is the latest version that this works in. PHP8 gets the following error, and doesn't send the mail: [04-Mar-2021 16:53:28 UTC] PHP Warning: Attempt to...

When I click on send shows the message that has been sent but on my email is not on the mailbox. I changed the email to

Confused. Why is the from address set to the sender address? Shouldn't this: ``` $header .= 'From: =?UTF-8?B?' . base64_encode($this->sender) . '?= ' . PHP_EOL; $header .= 'Reply-To: =?UTF-8?B?' ....

Hi just find out for this gem , but i have trouble making it work with more input fields i want to add 2 more but i do not find...