
Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
You can always use Javascript to detect if the fields are blank and will prompt an alert box that a missing field needs to be filled in.
Example:
if(document.getElementById('ID here') == ""){
alert("This missing field - ~field name~ needs to be filled");
}
else {
// some statement if you want
}
1 to 2 of 2