EdNerd
01-27-2010, 02:45 PM
I've checked out a few free over-the-net forms services, and they work okay. They take my info and send it to my emails. But they're not really felixble enough to do what I want. I'm hoping that with a bit of understanding, I can get closer to what I want, vice restricting myself to a smaller framework.
I'm going to have at least three different forms. First, the user would go to a "master" page, where I would collect basic information (Who Are You?), and from there the user would click a link to go to one of the other forms. I think this approach would be better than having them repeat all the "Who Are You" stuff on each form.
I can validate the forms using JavaScript. I prefer doing it myself instead of using the form provider's built-in validation because there are some blocks that will or won't need to be filled out depepnding on other responses.
Questions:
-- How do I pass the intial information into each subsequent form?
-- I think I know the forms are processed by a CGI script on the server. And most web site hosts have their own scripts, yes? And the information is sent to the CGI by code on my page linked to the Submit button. I would like a better understanding of what happens from the time I click Submit to the receiving of an email with the form info. (I figure if I have a better grasp of the processes, I can better understand what might be going wrong, or not do that in the first place.)
I'm sure there's a whole lot more I need to ask to understand things, but I'll start here.
Cheers!
Ed
I'm going to have at least three different forms. First, the user would go to a "master" page, where I would collect basic information (Who Are You?), and from there the user would click a link to go to one of the other forms. I think this approach would be better than having them repeat all the "Who Are You" stuff on each form.
I can validate the forms using JavaScript. I prefer doing it myself instead of using the form provider's built-in validation because there are some blocks that will or won't need to be filled out depepnding on other responses.
Questions:
-- How do I pass the intial information into each subsequent form?
-- I think I know the forms are processed by a CGI script on the server. And most web site hosts have their own scripts, yes? And the information is sent to the CGI by code on my page linked to the Submit button. I would like a better understanding of what happens from the time I click Submit to the receiving of an email with the form info. (I figure if I have a better grasp of the processes, I can better understand what might be going wrong, or not do that in the first place.)
I'm sure there's a whole lot more I need to ask to understand things, but I'll start here.
Cheers!
Ed