Posted by frothpoker on 12/16/10 11:57
you don't say how much of this page is entered by the user and how much
is 'static' text and how much is generated from a user profile.
Could you store the bits of text you want in the email and on the web
page as either database entries or static text and make your script
simply build the string together from the static text. If you wanted
to, you could build two strings, one for web page display and one for
email display inside a function and simply include the email display
string in the form as a hidden field.
just a thought.
Obiron
> JavaScript unless you have a built in server-side alternative) before
> submitting it to the mailer.
Navigation:
[Reply to this message]
|