hide and show popuped litebox form and normal page form on clicking submission button

hello guys , i have problem , thats my page had 2 forms , 1 page form and the other is popup form , on clicking the signup button will open a popup form and in the same time the page form should be visible false , and when the submission on the popup form done the popup must be closed and re-visible the page form, any help with the code else if statement , i cant get it done , only hidden the page form work but it didnt back after sibmission on the popup form

Can you share your site URL and your code please. Both page code and lightbox code.

As I understand you have a form in your page and when user click sign up button you show the lightbox form and when user complete this sign-up form you want to close the lightbox and show the page form again?

u got exactly what i want my friend , and i have only one page

export function button67_click ( event ) {
if ( $w ( “#wixFormspop” ). visible ) true ; {
$w ( “#wixForms3” ). hide ();
}
} this one is work , but after submission on the popup i cant get the next code to work and re show again the hidden page form

I have created a mini tutorial for you if have any question let me know.

Closing and Opening Lightbox | Claap

i really appreciate the video and the effort , how can i msg you out side here if it is possible to explain more how i want that to work
?

You can email me aydontloss@gmail.com

deal bro

i did msg you