>> Name, email and subject input boxes not displaying text in Firefox!
Change style.css! Padding no 20px!
* ===================== 6. Contact ====================
.contact-wrap .form-control {
padding: 2px;
}
Firefox works! :-)
Please test under www.designer-in.de
Problem:
Name, email and subject does not come as a mail, even when an inquiry under chrome?
Yes, it's in the header. I would love to have this text in the body.
How do I change this in the PHP file?
Perhaps it is possible to send me the code?
Thank You!
Hi. I notice the "Submit" button still states "Sending" even after you get the email sent notification. Is there
any way to have the button change to Sent?
>> Name, email and subject input boxes not displaying text in Firefox!
Change style.css! Padding no 20px!
* ===================== 6. Contact ====================
.contact-wrap .form-control {
padding: 2px;
}
Firefox works! :-)
Please test under www.designer-in.de
Problem:
Name, email and subject does not come as a mail, even when an inquiry under chrome?
Thank you, 2px works.
The name, email and subject show in the email headings, not the email body.
Yes, it's in the header. I would love to have this text in the body.
How do I change this in the PHP file?
Perhaps it is possible to send me the code?
Thank You!
Hi,
Please edit in file processContact.php, change line 15: $message = $_POST["message"];
to
$message = 'Name: ' . $_POST["name"] . ' - Subject: ' . $_POST["subject"] . ' - Email: ' . $_POST["email"] . ' - Message: ' . $_POST["message"];
Hi. I notice the "Submit" button still states "Sending" even after you get the email sent notification. Is there
any way to have the button change to Sent?
Hi both,
please check your email