Click to See Complete Forum and Search --> : Forms...


stmasi
06-03-2003, 05:26 PM
Is there any way at all to utilize forms, or something of the like, without having to use CGI or any other kind of server-side components?

Thanx.

Khalid Ali
06-03-2003, 05:48 PM
If your concern is only to get the information in the form,you can get the from be emails to you.

<form id="form1" action="mailto:yourEmail@mail.com" method="post" enctype="text/plain">

Vladdy
06-03-2003, 05:49 PM
Depends what are you using forms for...

stmasi
06-03-2003, 05:54 PM
Actually, I'd like to be able to save all the info to another page and be able to view it.

Also, on a somewhat unrelated topic, is there any way to save counter / statistics / etc to a file and view it as well?

Thanx.

Charles
06-03-2003, 05:55 PM
The email method will work most, but not all, of the time.