Hi!

Is it possible to do both action? action="onlinepayment.htm"
webbot-action="--WEBBOT-SELF--"

I want to send my form fields which are required for the online payment
provider and at the same time send an email.

Regards, Joel :)

Re: action="onlinepayment.htm" webbot-action="--WEBBOT-SELF--" by Mike

Mike
Thu Apr 06 15:43:12 CDT 2006

"Joel" <Joel@discussions.microsoft.com> wrote in message
news:61B901DB-A178-4191-BFF9-20076A148C59@microsoft.com...
: Hi!
:
: Is it possible to do both action?
action="onlinepayment.htm"
: webbot-action="--WEBBOT-SELF--"
:
: I want to send my form fields which are required for the
online payment
: provider and at the same time send an email.
:
: Regards, Joel :)

I think you would need to either use the onlinepayment.htm
as the custom confirmation page OR use a custom script to
send the email and then redirect to the onlinepayment.htm
page.

If it were mine, I would make the onlinepayment.htm a .ASP
page and do the scripting on there to send the email. Using
the FP email handler is a spam invitation



Re: action="onlinepayment.htm" webbot-action="--WEBBOT-SELF--" by Joel

Joel
Fri Apr 07 09:09:02 CDT 2006

Thanks Mike

I will try to do my best on that one.
Joel :)

"Mike Mueller" wrote:

> "Joel" <Joel@discussions.microsoft.com> wrote in message
> news:61B901DB-A178-4191-BFF9-20076A148C59@microsoft.com...
> : Hi!
> :
> : Is it possible to do both action?
> action="onlinepayment.htm"
> : webbot-action="--WEBBOT-SELF--"
> :
> : I want to send my form fields which are required for the
> online payment
> : provider and at the same time send an email.
> :
> : Regards, Joel :)
>
> I think you would need to either use the onlinepayment.htm
> as the custom confirmation page OR use a custom script to
> send the email and then redirect to the onlinepayment.htm
> page.
>
> If it were mine, I would make the onlinepayment.htm a .ASP
> page and do the scripting on there to send the email. Using
> the FP email handler is a spam invitation
>
>
>