How do I close a poup after form submit?

Bind the display of the popup to a variable. Such as is_popup_open.

If is_popup_open is true, have the popup be open.

After the form is complete, use the form submission workflow to set is_popup_open to false.

Also, you want to be using modals. See this thread: Display selected element data in a modal form a collection list - #6 by Joyce

Here’s the tutorial:

1 Like