Are you using a Webhook form that displays the "success message"?
A couple of ideas:
- in the "success message", include a button that refreshes the page but it says something like "submit another"
- write JS to auto-refresh after the success message
- use the other form type, create a toast message saying that it's been submitted and clear the form (this would be JS)