Reload page after submission edit
-
Hi,
I need to reload page with submissions after user edits one in modal window.
What works is to comment that 3rd line:if(erforms()->frontend->edit_sub_status){ if(isset($response['redirect_to'])) unset($response['redirect_to']); // if(isset($response['reload'])) unset($response['reload']); $response['msg']= __('Submission edited successfully','erforms'); }
in “includes/class-user.php”.
But is there a “nicer” way how to achieve reloading of page?Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Reload page after submission edit’ is closed to new replies.