aebstract Posted April 7, 2009 Share Posted April 7, 2009 Hi, I am wanting to get in to ajax and have a few specific applications that I am trying to learn this for to start. First thing I want to figure out and learn is how to use ajax with php to mess around with forms. I have a dropdown menu with a list of about 5-6 options. I want to have some sort of hidden field that if you select say option 2, it shows up for the user to fill out. If that option isn't chosen, then the form field never shows up and isn't used. Can someone point me in the right direction? Docs or anything would be great. I've found a lot on checking availability on usernames and form processing but not this. Thanks Quote Link to comment Share on other sites More sharing options...
premiso Posted April 7, 2009 Share Posted April 7, 2009 Look into jQuery, it is a framework that makes Ajax a bit easier. Alternatively you can generally find some good tutorials using jQuery for how to set it up. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.