Toggle navigation
Test-Web
Products
Forms
Little Form
Big Form
Links
Product Recommendations
Cart
Login
Register
https://dev-testweb.connectif.ai/cart
Big Form
This is a big form for testing purposes
Email
(Input type="email" with name="email")
Password
(Input type="password" with name="password")
Text
(Input type="text" with name="text")
Number
(Input type="number" with name="number")
Checkbox
(Inputs type="checkbox" with name="checkbox")
Check me
(value="checkme")
Check me 2
(value="checkme2")
Check me 3
(value="checkme3")
Check me 4
(value="checkme4")
Checkbox without value
(Inputs type="checkbox" with name="checkboxNoValue")
Check me, I have no value
(attribute value not defined)
Radio
(Inputs type="radio" with name="radio")
Option 1
(value="option1")
Option 2
(value="option2")
Option 3
(value="option3")
Select
(With name="select")
Option 1
(value="option1")
Option 2
(value="option2")
Option 3
(value="option3")
Textarea
(With name="textarea")
Submit
Submit button with type="submit" with name="submit"
Reset
Submit button with type="reset" with name="reset"