i am building a web site that requieres a sign up form from custo.

  • Thread starter I need sign up forms for front page 2003
  • Start date
I

I need sign up forms for front page 2003

I am building a web page using front page 2003. This web site requieres that
customer fill out a sing up form if they want to subscribe to certain
services. Does any body know where can i get info on builing sing up forms ?
Please send answers back to [email protected].

Thanks to all of you

Carlos
 
C

Chris Leeds, MVP-FrontPage

if you're on a UNIX box you can possibly use FrontPage's "user registration
web".

you alternatively may want to look at places like hotscripts.com,
fuzzysoftware.com, and the like for "user management" solutions. you'll
need to know first what kind of server side scripting your server is capable
of.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
A

Andrew Murray

I'm using this one at the moment - Unix/Linux cgi/perl script

www.locked-area.com use the "lockedarea" script and also the "dirpass" script.
Judge for yourself any security risk or lack thereof as far as these go, they
operate on normal http: link, but probably would work with https:// if need be,
however the entering of the password uses the popup box you see when using
htaccess and htpasswd which is all these are, a 'front-end' to getting htaccess
and htpasswd set up. Anyway, there's extensive documentation and a support forum
for help if you need it.


You can have users sign up with a password and username, it also has a basic
feature to have user reset password if they forget it (rather, the ability to
reset and issue a new password, instead of emailing current one as you see many
sites doing these days).


Since this is a third party script, I'm sure it works with FP 2003, although
you'd edit the perl scripts in notepad rather than FP 2003 editor.




"I need sign up forms for front page 2003" <I need sign up forms for front page
[email protected]> wrote in message
news:[email protected]...
 
Top