We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc613e commit f431c40Copy full SHA for f431c40
layouts/page/start-trial.html
@@ -35,6 +35,9 @@ <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
35
async function submitForm(form) {
36
event.preventDefault();
37
38
+ alert("Currently not accepting new accounts, Try after few minutes");
39
+ return;
40
+
41
const btn = document.getElementById("submit-btn");
42
43
btn.disabled = true;
0 commit comments