Skip to main content
June 18, 2009
Question

Spry text area

  • June 18, 2009
  • 1 reply
  • 1935 views

How do I use spry to build a text area for users to put comments or questions about my site? And where will the comments go so I can read them?

This topic has been closed for replies.

1 reply

pziecina
Legend
June 18, 2009

Without some form of server language and database, the only way for you to see their comments is if you send the form + comments via email.

Do you have access to these, e.g. php/MySQL?

PZ

June 18, 2009

yes, I just needed some help on where to go to make this happen. This is all very new to me, just purchased DW CS4 two weeks ago. I still have alot to learn this will lead me in the right direction. 

Thanks

pziecina
Legend
June 18, 2009

The best way is to set up your spry page (with validation if required), then send the details to you using a phpmail script (or phpform script, how confident are you with php?),

Try this link for tutorials on using spry:

http://www.adobe.com/devnet/spry/

For the form mail program, chech with your server provider as many have scripts ready (well almost), for your use.

PZ