Forum Moderators: open
It's a layered form.
3 radio buttons (google, yahoo, msn)
If google is selected, give these 10 options (drop down box maybe?)
then fill in the required fields based on selection from drop down, each selection displays a different set of fields.
Once that is all filled out, email the form to me, unless its msn, then email it to that person over there, or if its yahoo, send the email the them upstairs.
Am I wanting AJAX?
.ASP?
PHP?
any recommandations?
Some helpful links if you suggest a particular way?
1. The languages available on your server (ASP on Windows, PHP or Perl on Linux), and
2. The language you or your developer knows best.
Ajax can be a useful addition in terms of usability (show/hide portions of the form), but it should still be functional without it.
For your long range goal however after reading ASP.NET and working with PHP for a while I would highly recommend PHP if you want cleaner code by default (ASP.NET from what I've been reading does clientside code for you and it's about as pretty as Myspace's (insert anything here).
But serverside code isn't the real issue here. Do you even know what AJAX is used for?
Create an (X)HTML form to start with and post it here. You'll eventually want to work with JavaScript. Serverside languages (PHP, ASP.NET, etc) aren't necessary from what I'm perceiving you want to do.
- John
So Ajax functionality on ASP eh?
Okie dokie. I'll start looking into it.
As for emailing the form, I run my own servers and always use Perl for back-end. I believe there is quite a well known module called formmail.pl which does exactly what you're after. If you want something a little more fancy try Mail::Sender, that way you can parse the form data how you like and format your own email.