how can I get my website user's opinion?

P

Parsa

I want that my site users tyoe their message then I go and see them in my
website (without sending E-mail)
 
C

Clark

You could also do it with form / Access database using the Wizards.
Make a form that accept the comments and set the form properties to
send the results to a database.

Then make another page using the database results wizard that brings
up the database field with the comments.
 
Top