i have a problem, i have 2 forms website form and popup form the sign up button is linked to a popup form , so i want to do click on that signup and tha should make the website form hidden and but when that popup form end of submission or closed , the other website form must be show again , i don't know how to write the condition correctly the code is :
export function button67 click(event) { $with("#wixForms3").hide(); && if ($w(#wixFormspop3).hidden)true; { $w(#wixForms3).show(); } }