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

can anyone tell me how to make the form in this page come to my email address?

Participant ,
Jan 16, 2009 Jan 16, 2009
Hi guys.
I have a page with a form on it here.
http://www.thechallenge.net.au/superredemption.php
I want the data placed in the textfields within the form to come to me in an email upon submission.
Now normally I would action the form to use this page here
http://www.thechallenge.net.au/Redemptionform.txt
But because the action of the form is now <?php echo $editFormAction; ?> due to an insert record and check user name server behavior I cannot use my normal method.
Can anyone tell me how I can get around this problem?
TOPICS
Server side applications
319
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
LEGEND ,
Jan 17, 2009 Jan 17, 2009
LATEST
You would have to either -

* edit the code pointed to by the new action attribute to include the form
processing and email generation, or
* edit the form processing script to also include the insert record and
check user name scripting

The former is probably the better procedure, since I suppose you'd want to
do the check user name before sending the email. Unfortunately, this means
you will have to get your hands into the code, or hire someone to do it for
you.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"ducati1" <webforumsuser@macromedia.com> wrote in message
news:gkriis$et6$1@forums.macromedia.com...
> Hi guys.
> I have a page with a form on it here.
> http://www.thechallenge.net.au/superredemption.php
> I want the data placed in the textfields within the form to come to me in
> an
> email upon submission.
> Now normally I would action the form to use this page here
> http://www.thechallenge.net.au/Redemptionform.txt
> But because the action of the form is now <?php echo $editFormAction; ?>
> due
> to an insert record and check user name server behavior I cannot use my
> normal
> method.
> Can anyone tell me how I can get around this problem?
>

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