Hi,

I am trying to install a captcha on some FP03 forms. I have the code on the
form itself, but I have to add some other code to the "form processor".

I'm not quite sure what that would be. Would it be fpdbform.inc, in the
_fpclass folder?

Thanks, J~

Re: Form Processor by Ronx

Ronx
Mon Feb 19 03:18:07 CST 2007

Look in the form page in code view, and look at the form action
attribute. This will be similar to (but not the same as)
<form method="post" action="mypage.asp">
mypage.asp is the form processor.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"JA" <jarmour@kc.rr.com> wrote in message
news:45d911ab$0$5762$4c368faf@roadrunner.com:

> Hi,
>
> I am trying to install a captcha on some FP03 forms. I have the code on the
> form itself, but I have to add some other code to the "form processor".
>
> I'm not quite sure what that would be. Would it be fpdbform.inc, in the
> _fpclass folder?
>
> Thanks, J~


Re: Form Processor by JA

JA
Wed Feb 21 20:50:00 CST 2007

Thanks Ron,

This is what I have:

<form action="--WEBBOT-SELF--" method="POST" name="Feedback">
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"

Is the form processor _private/feedback.txt?



"Ronx" <ronx917@hotmail.com> wrote in message
news:ebehgbAVHHA.192@TK2MSFTNGP04.phx.gbl...
> Look in the form page in code view, and look at the form action attribute.
> This will be similar to (but not the same as)
> <form method="post" action="mypage.asp">
> mypage.asp is the form processor.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
> http://www.rxs-enterprises.org/fp
>
>
>
> "JA" <jarmour@kc.rr.com> wrote in message
> news:45d911ab$0$5762$4c368faf@roadrunner.com:
>
>> Hi,
>>
>> I am trying to install a captcha on some FP03 forms. I have the code on
>> the
>> form itself, but I have to add some other code to the "form processor".
>>
>> I'm not quite sure what that would be. Would it be fpdbform.inc, in the
>> _fpclass folder?
>>
>> Thanks, J~
>