Forms Lab FAQ
Form Elements
- How many
form
elements should I have? - 1
- My reset button isn't working
-
Do you have all of the inputs, etc., in a
form
element?
Bootstrap
- I'm having trouble with Bootstrap
-
Bootstrap can definitely be tricky
- Compare your code with the example -- any typos? What are the differences?
- Use the inspector to check that the divs are what you expect. When you hover over a div, you see all that it includes.
- Simplify. Comment out stuff, just work with one input instead of all, ...