Inquiry form like on URL [closed]

You seem to be talking about multi step form. Multi step form mean a large form which contains different sections are divided into multiple step to finish the form easily and clearly. By this you can set validation and take them to where ever you want. Here’s a tutorial to guide in the process:

Multi Step Form with Progress Bar using jQuery and CSS3

Break your long forms into smaller logical sections and convert it into a multi-step form with progress bar. The form has 3 fieldsets containing the 3 different sections of the form. The fieldsets are absolutely positioned and only the first one is visible by default. Moving to the next section fades out the current fieldset using jQuery .animate() and brings in the next fieldset from the right. The reverse happens if the user moves to the previous section.