Tagged Questions
3
votes
2answers
277 views
dynamic form design
I have a multistep form setup in my rails app.. In one of my steps the user can enter a friends name, birthday, gender, and the persons interests.
They can enter as many friends as they like (each ...
1
vote
2answers
2k views
Incorporating a range-slider in a form: jQuery UI or degrade to <select>?
When incorporating an <input type="range"> slider into a form (ie, Best form element to indicate level of completeness of a task?), Firefox degrades not-so-gracefully to a text box.
Since we ...