Page getting auto refreshed on pressing of a submit button while filling a form

0
Hi Team,    Recently 2 weeks ago we have encountered a sudden issue where when I am not connected on a office network and when I submit a form, the page automatically refreshes and the request doesn't getting registered into the system.    Whereas in the same scenario the request properly gets submitted when I am connected on a office network, We tried generating logs of the same via sprintr but are unable to catch anything. Even the debugger in studio pro isn't getting triggered. What could be the potential reasons for this ? 
asked
1 answers
0

Hi Ishan,

Do one thing make a microflow on OnSubmit -> Commit the object & Close the page .

Now test it or you can check by debugging object is committing or not.

answered