Required codependent fields: checkboxes/dropdowns and textboxes
So I have a Dropdown that is required for my form. With 6 options, one of them is a blank option that is the Default one, so User HAS to pick one. Is like this: 
I want this dropDown to only be required if that "blank" option is selected. As of now, it still remains with the red outline whatever you choose. Name of this one is Dropdown1.
Moreover, if the person chooses "Otra" a Texbox called "Forma de Pago Otra" should be set to required. Once you written something, it should stop being required.
I want also that if you check a Checkbox called "Check Box3" a textbox called "EmailFacturación" to be set as required, with it turning back to not required once you have written some text into it.
Is any of this possible with the JavaScripts? Appreciate the input, as this is the first form I'm editting and have 0 idea on Javascript lol.
