Website form -=HELP=-

Help please how can i achieve a form like this in this website www.myclean.com i already got the first step in the form which is the slider and checkbox
now need to know how to process that information and put it in the another page please try the form in this site www.myclean.com.
I can only think of php to do this get or post, do you have other ideas?

Thanks! :slight_smile:

Whether they use PHP at myclean.com, or some other language like Ruby, the process will be basically the same. The form is submitted by POST, and the server will access those values to build the next page.

If you’re not sure about how to do this in PHP, there’s a basic tutorial available in the manual: http://php.net/manual/en/tutorial.forms.php.

Actually i learn php first rather than jquery and really comfortable with the language :).
I just want to know whether there is much better idea you think.
And also if you have submitted the form the calendar there how do you think i can do that? :slight_smile: thanks!