I disabled the submit button after you push it. So you can't spam click the button and create 30 servers and you can only create one a time. If you have more question dm me on discord ItsJustNickDev#9943
@@ -125,7 +125,7 @@
@enderror
</div>
<div class="form-group text-right">
- <button type="submit" class="btn btn-primary mt-3">Submit</button>
+ <input type="submit" class="btn btn-primary mt-3" value="Submit" onclick="this.disabled=true;this.value='Creating, please wait...';this.form.submit();"
</form>