On May 11, 10:08 pm, "Henry Flash" <webforumsu...@macromedia.com>
wrote:
> Hi,
>
> I am absolutely new to CF and need to develop a survey. The survey needs to be
> sent via e-mail. The recipient then fills in the data to be populated in an
> Access database. Can anyone point me to any resources online or in books that
> would help me? As I said, I am a noob. I installed CF developer edition,
> finally got it to work and have done a few toots. I am very familiar with HTML,
> Access and SQL.
>
> Thank you,
> Henry
If you are a "noob" I would suggest you try to make it simple to start
with and then make it more complex if and when needed.
Start with:
a cfm page with a form (your survey) [1],
a processing cfm page to process your results and store them in DB
[2],
(maybe) a notification page to notify the surveyed about the results
[3]...
Send the link to page [1] via email...
You will need to read
http://livedocs.adobe.com/coldfusion...tml/wwhelp.htm
or
http://livedocs.adobe.com/coldfusion...docs/help.html
or maybe other if you installed older version of CF.
If you expect people here to write complete code for you then they
will expect you to pay for it...
This is a place where people will help you to learn, NOT do your work
for free.
For code examples see CF docs
and
http://www.riaforge.org/