Hello,
How Can Make A field hidden by default on entity form, when load the page on Portal. I want this field to be visible after an event Occurs.
My field is hidden due to this javascript code:
$( document ).ready(function() {
$("#field").closest("tr").hide();
});
But, the field is displayed for a quick instant then hidden.
I want it to be hidden by default.