Form Processor

J

JA

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~
 
R

Ronx

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.
 
J

JA

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?
 
R

Ronx

No. The form processor in this case is the FrontPage extensions, which
you cannot add anything to.

To use the Captcha as you have it you need to write your own form
handler using whatever scripting language your host supports - asp,
asp.net, php, perl/cgi etc.

The nearest you can get to using a captcha with FrontPage extensions is
to use JavaScript validation.
See http://www.rxs-enterprises.org/tests/comentary.htm for an example
--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top