Forms without the use of Ajax, PHP, CGI or PERL?

Garren

New member
I'm interested in creating a Form for my website, that doesn't require the use of Ajax, PHP, CGI or PERL or any other server-side based scripting.

Preface: No -- my host isn't free, I was just set up on a server that didn't have any of these requirements, I've asked for the change, but it will take a little time considering the raw-amounts of data I've attained over the years.

At this point in time I'm trying to write a JavaScript to control the input / delivery method; but I'm finding an issue attempting to deliver the 'Information' to the server; so what i'd like to be able to do, is just have all that information sent over our EMail. I don't want the User to have to write the information into an EMail, then click send, but on 'submit', the form is 'sent' to the specified address.

Also, There will need to be the use of a Captcha or something to that extent.

Is this possible? Thank you.
I see. So even if i were to utilize Javascript for this purpose, the function of 'delivering and verifying' the information, has to be implemented on the server-side. There's no way to deliver the information from an "Automatic Mail Submission" system or something like that?
 
Back
Top