Website feedback and comment form

Asked By 0 points N/A Posted on -
qa-featured

I want to add form in my website, and I want the form to let the user his name, contact number, email address, and his feedback or comment to my website then I will receive the visitors message on my email.

Can anyone help me find a codes in any web languages?

Thanks

SHARE
Answered By 10 points N/A #101987

Website feedback and comment form

qa-featured

General format to create  feedback or comment  form

 

Answered By 1065 points N/A #101988

Website feedback and comment form

qa-featured

You need a "Contact Us" form which includes the guest name and contact details. The form will also include a text field where the guest can send a message to you and receive it directly to your email.

I attached the code which you can use to create form similar to the above form. The code is is using a PHP script. In order to send the message to your email, you need to change some part of the code. Change the email address to your own email address.

Related Questions