Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Submitting form and generating an email?

New Here ,
Feb 01, 2007 Feb 01, 2007
Is there any way to generate an email with the form information when a form has been submitted (insert to database)? And would like to put code in an include file so my email address doesn't show when 'view source' is viewed. Is this possible? Again - new - layman terms 😄 - Thanks!
TOPICS
Server side applications
226
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 01, 2007 Feb 01, 2007
Yes it is possible. Simple locate the part in your page code that handles
the insert and then locate the line that redirects to the success page. Now
place your mailing code above the redirect.

The code in the insert/email block is executed on the server and never sent
to the browser so view source will not show anything of your address.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Jeney" <webf...
Translate
LEGEND ,
Feb 01, 2007 Feb 01, 2007
LATEST
Yes it is possible. Simple locate the part in your page code that handles
the insert and then locate the line that redirects to the success page. Now
place your mailing code above the redirect.

The code in the insert/email block is executed on the server and never sent
to the browser so view source will not show anything of your address.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Jeney" <webforumsuser@macromedia.com> wrote in message
news:eptdod$ric$1@forums.macromedia.com...
> Is there any way to generate an email with the form information when a
> form has
> been submitted (insert to database)? And would like to put code in an
> include
> file so my email address doesn't show when 'view source' is viewed. Is
> this
> possible? Again - new - layman terms 😄 - Thanks!
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines