Skip to main content
Inspiring
January 17, 2009
質問

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

  • January 17, 2009
  • 返信数 1.
  • 318 ビュー
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?
このトピックへの返信は締め切られました。

返信数 1

Inspiring
January 17, 2009
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?
>