Hi all
Seem to be having an issue that should be far simplier , but i think it is the way the dom is loading the form
I have an entity form and wish to have the "question number" and "questions in line with each other. the 1.1 is coming from one table and the rest of the form from another table. so a quickview control for 1.1 number.
I have as a test id of #py3_sectionnumber being 1.1
$(window).load(function() {
$("#py3_sectionnumber").hide();
});
which on testing does nothing, so i think the form loads, then the quickview section after, hence why this basic jquery is not catching it. if it doe the same for $("#py3_question_name").hide(); that works.

Also the question text is longer than the div , attempts to wrap the text are failing