This topic is locked
[SOLVED]

 close a popup after add a record

1/3/2019 12:24:29 PM
PHPRunner General questions
L
lpadilla author

How can I close a popup after adding a record and refresh the page list? Please Help me!

G
georgweber 1/3/2019



How can I close a popup after adding a record and refresh the page list? Please Help me!


Go to Pages, click settings on add new and select there Return to de list Page

L
lpadilla author 1/4/2019

I'm using insert before and I need to close the popup after modifying the code in that event

fhumanes 1/8/2019

Hello:
In the popup where you manage the registration you have to run this javascript:
master.location.reload();
Regards,