Repeating Group inside form not reloading upon form submission

Hello, I have a form with a repeating container within it. Upon submission I want to reset the form and have used the reset form block at the end of the handler. See below:

However, whenever I submit the form, the repeater container disappears. The visibility for the repeater is set to display. Any help is appreciated!

Hi Brian,

Check the browser’s console (in the DevTools) to see if there are any unhandled errors? I suspect something goes wrong with the API calls and the page gets into an invalid state.

Regards,
Mark