Web form

K

Kim K

Is there any MS office product that would enable me to create a web form that
I can intergrate into FP2003 and use a captcha? (Thanks still trying to
figure out how I can do this with either something I already have or a free
form builder) Thanks and Happy New Year!
 
K

Kim K

Thanks Ron, It seems the more I find out the more questions I have. I assume
that I need to find out more about server side scripting, if I can do this
and how to create the current form into the asp with the captcha? Sound
about right?
--
Thanks,,
Kim


Ronx said:
FrontPage 2003 will enable you to do this - but you will have to learn a
server side scripting language to handle the form data and write the
image to the form.

http://www.rxs-enterprises.org/tests/anti-spam/captcha.asp shows an
example that uses a single image. But this requires server side code to
validate the image characters (if you want the spammers blocked).

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
R

Ronx

First you have to discover what your server will support - there is no
point in learning asp if your server will only support PHP or Perl.

Then you might find a suitable bit of code already written by searching
on Google (or your favourite search engine).

http://www.w3schools.com has tutorials covering the basics of several
scripting languages.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




Thanks Ron, It seems the more I find out the more questions I have. I assume
that I need to find out more about server side scripting, if I can do this
and how to create the current form into the asp with the captcha? Sound
about right?
 
C

Corey Bryant

If you server supports JMail check out
http://www.loudexpressions.com/2007/09/processing-the-form-with-the-jmail-email-component
- I use a basic captcha on my contact forms
(http://www.loudexpressions.com/contact.asp) using the csImageFile ASP
component by http://www.chestysoft.com/

The one who ones this site (http://www.chestysoft.com/) had been very
helpful in the past, even updating the DLL when we ran into problems. Some
servers might not support one (or both) of the ASP components though, but you
might be able to get some work arounds when needed
 

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