Help with mailed form Notes and Web

I need to setup the following application running under Domino 6.02CF2 and must be functional with Notes clients 5 and 6 and also Web browsers.

A weekly survey form will be mailed to mail users. It will have one radio button with 5-6 options, and a text field. After the users push the button the data needs to be saved to another database. The users’ response is optional. I have no problem creating this for the Notes client, the web functionality is where I need help.

Any pointers are appreciated.

Subject: Help with mailed form Notes and Web

Couple of ways to do this. The most obvious way is to mail a URL to the web users that creates a new doc in their browser. Have the submit button call a webquerysave agent that takes the data and saves it to your other database.

You could also make the responses database a mail-in database.

Subject: RE: Help with mailed form Notes and Web

Thanks Esther!

It works fine now.