Hi, in my members section I have a button that links to a form for them to register for an event. I need that button to disappear once they submit the form and no longer show when the page loads.
I’m assuming I would need to collect the data from the form into a database, query the database when the page loads to determine if a specific field is empty or filled, and then add a .hide to the element’s value if the field is filled.
I’m not a programmer so even if what I wrote above is remotely correct, I have no idea how to execute. Any help would be appreciated.