Help please create a form similar to a website. How can i achieve a form like in this website www.myclean.com, i already got the first step in the form which is the slider and checkbox. Now I 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! :)
here is what I did in my slider and checkbox.
jsfiddle.net/z2zaz/9/
You can process the form in nearly any language you'd like, or you can email the results to yourself, but I'd recommend against that due to all the spam bots.
The language doesn't really matter. PHP is a fine solution, if that's what you're asking.