I have a form with required fields. I want the fields to not move when a user does not fill in any info in the field. It should only turn red to indicate the user needs to input something (and obviously give an error message when the user tries to submit). Here's how it looks now:
As you can see, the fields shift upwards when there is no user input. I already have hidden the parsley-required class, not sure what else to do.