I have created div to specific wordpress page; <div id="section1">[ninja_form id=23]</div> and now I would like to show/hide that div based on current user data using javascript because I don't know how to code php.
If current user meta field card is empty: show div, else: hide div.