Hi,
I have a drop-down for selecting Organization and a lookup rule to populate 'amount per user' in 6 different tables. Sometimes the user might forget to click on auto-fill. So, I've made the 'amount per user' fields required, both via Forms as well as javascript, but the form can submitted with no input in them.
$(".FA_Act_fee input").attr('required', 'true');
Thanks