We are having repeat registrations so we are wondering if it's possible to hide the Submit Button after it has been clicked.
Or is it possible for the Submit Button to be clicked only once?
We are having repeat registrations so we are wondering if it's possible to hide the Submit Button after it has been clicked.
Or is it possible for the Submit Button to be clicked only once?
You should be able to do this with jQuery, either with adding css onclick or the hide function onclick:
Okay. We will try that.