Pro-code Editor Submission

Hi All,

I have a table that I created using pro-code to capture certain data fields + approval status, but once I hit submit to capture the updates to the data, the submit field stays as "submitting" and it never refreshes. If I manually refresh the updates are not captured. Below is screenshot of what it look like after 20 minutes of hitting submit. Does anyone have a fix to this?

Tagged:

Answers

  • Have you inspected the network traffic to determine if you're getting an error with your JavaScript code used to save the records?

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Hello @Justinp,

    Check the Developer Tools in your browser to review the message logged after clicking the Submit button. I encountered a similar issue caused by a minor naming error and this was visible from the recorded error in the Developer Tools.

    If you found this post helpful, please use 💡/💖/👍/😊 below! If it solved your problem, don't forget to accept the answer.