Force a form to run the validation again

Is it possible to force a form to do validation again, after submitting a form.
The form remains to allow the user to make additional changes, but to prevent the user from spamming I have a session timer in the background that prevents the form being submitted too frequently (10s). Along with there is no reason to submit the form if nothing has changed.

The form validation does not run until the user changes something allow the user to submit the form multiple times.

Have not tried it, but would wrapping a New-UDForm in an New-UDDynamic tag and syncing it fix the issue?

Product: PowerShell Universal
Version: 3.2.3

Test-UDForm -Id ‘frmID’ will accomplish this.