From the course: jQuery for Web Designers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Dynamic contact form

Challenge: Dynamic contact form - jQuery Tutorial

From the course: jQuery for Web Designers

Start my 1-month free trial

Challenge: Dynamic contact form

- [Voiceover] In this challenge, we're going to enhance this web form to help this small non-profit out a little bit. So, Explore California wants a few changes to their web form. Specifically, down here under General Information, they want to require that people acknowledge that they need to provide their own bicycle before they can start checking off different tours about which they'd like to find out more. They also want the form to send people to a different page, depending on whether they've elected to subscribe to the newsletter or not. Specifically, a value of these radio buttons. So, again, what we want to do here is require that this checkbox be checked before any of these others can be checked. We want to disable all these until this is checked. Then we want to change where the forms goes on submit, depending on which of these radio buttons is checked. Here, in the exercise files, you have a Script file where you can work on your jQuery. Here's the Contact page and there are…

Contents