Forum Moderators: open

Message Too Old, No Replies

Form

Creating a form without using ASP

         

giga

4:15 pm on Dec 31, 2001 (gmt 0)

10+ Year Member



Hello, my internet provider is not asp compatable so I was wondering if there was a way to create and submit a form without having to use asp or microsoft outlook (via e-mail).

Thank You

Air

5:05 pm on Dec 31, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld giga!

You can create the form and do some validation using Javascript, but you still need someting to process the form with, that's what you normally specify on the form action= paramater. The host needs to make some server side scripting or programming available to process forms otherwise it isn't possible.

Some hosts that don't allow custom code have prewritten code that can be used to process forms, ask your host about this.

jsbwm

12:48 am on Jan 2, 2002 (gmt 0)



I would use something like [bigbiz.com] this to do what you are looking for. Hope it helps.
-jim

Orchinman

11:06 am on Jan 2, 2002 (gmt 0)



giga,

The simplest (and probably most common) way of submitting a form is via a standard html web page and using a cgi script (your ISP should have one available). A phone call to your ISP, or a look on their webpage for help designing webpages will often give you an answer.

I am not sure why you would use an ASP page for a standard reply-type form. If you believe ASP is required to post a form, you are mistaken, and should probably look for another source of information :-)

Hopes this helps,

Orchinman