Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Interactive Email form

0 views
Skip to first unread message

RC

unread,
Dec 18, 2002, 8:37:36 PM12/18/02
to
Good day all,

My first post to the newsgroup. I hope all is well with everyone and look
forward to active participation in this group. :)

I am trying to figure out how to best implement an interactive email form
for my users. I currently am using CDONTS to send 'automatic' emails that
the user can not alter. An example is if the user requests a purchase
order; currently, the user clicks the "request PO" button and the mail gets
sent.
What I would like to happen is that the user presses the button and is taken
to a 'mail form' with some predetermined text (based on where the user came
from) and a box to enter some further data before the mail is sent. This
mail page/form would be accessed via many pages/areas aproximately 20 each
containing a differnt 'predetermined' text string (about 250chars).
So my question is: should I have the generic mail asp page contain all
possible 'predetermined' text blocks stored as variables, then the buttons
throughout the website sending a variable to the mail.asp page to signify
what is to be the 'predetermined' text. This way, the mail.asp page could
display to the user what the 'predetermined' text is to be, and allow for
the user to add to it via a separate text box.

Does this sound efficient? I appreciate the insight.

Thanks,
RC


Marc

unread,
Dec 19, 2002, 6:20:43 AM12/19/02
to
Well... you could put the predefined text's in
an include file. That way your code doesn't get
to messy, or you could store the text's in a database
and pull them out with the id you get from the pages...

There isn't a real super solution for this...

"RC" <rch...@hotmail.com> schreef in bericht
news:OCIJK6vpCHA.1624@TK2MSFTNGP12...

Curt_C [MVP]

unread,
Dec 19, 2002, 8:26:29 AM12/19/02
to
use hidden FORM fields for the predetermined values, or hardcode them in the
SEND page.

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"RC" <rch...@hotmail.com> wrote in message
news:OCIJK6vpCHA.1624@TK2MSFTNGP12...

RC

unread,
Dec 19, 2002, 5:00:58 PM12/19/02
to
Thanks Marc for the input... Interesting thought regarding the database
store.
:)
-RC

"Marc" <Sorr...@DirtyMail.com> wrote in message
news:OhwJSB1pCHA.1376@TK2MSFTNGP12...

RC

unread,
Dec 19, 2002, 4:59:46 PM12/19/02
to
Thanks Curt for the input.. :)
-RC

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:OlJ#SG2pCHA.504@TK2MSFTNGP12...

0 new messages