patx/afterdarklabs

update questionaire

Commit 1a0c048 · patx · 2026-06-03T14:05:35-04:00

Changeset
1a0c0483c889d7b5b46e385182a6a7edcf51315f
Parents
186c116af8e71481d930e2cb28d1c163f65084ea

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index 0cc258c..518b9f4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -390,8 +390,8 @@
                     </fieldset>
 
                     <div data-question-step="2" class="hidden">
-                        <label for="business-description" class="mb-3 block text-sm font-semibold uppercase tracking-[0.18em] text-gray-300">What you or your business does <span class="text-[#ccff00]" aria-hidden="true">*</span><span class="sr-only"> required</span></label>
-                        <textarea id="business-description" name="business_description" rows="6" required class="min-h-36 w-full resize-none rounded-3xl border border-white/10 bg-black px-6 py-5 text-white outline-none transition-colors placeholder:text-gray-600 focus:border-[#ccff00]" placeholder="Tell us what you do, who you sell to, and what the demo should show."></textarea>
+                        <label for="business-description" class="mb-3 block text-sm font-semibold uppercase tracking-[0.18em] text-gray-300">What you or your business does, your goals, current website URL or anything else you want to tell us <span class="text-[#ccff00]" aria-hidden="true">*</span><span class="sr-only"> required</span></label>
+                        <textarea id="business-description" name="business_description" rows="6" required class="min-h-36 w-full resize-none rounded-3xl border border-white/10 bg-black px-6 py-5 text-white outline-none transition-colors placeholder:text-gray-600 focus:border-[#ccff00]" placeholder="Tell us what you do, who you sell to, and what the demo should show. The more details here, the better!"></textarea>
                     </div>
 
                     <fieldset data-question-step="3" class="hidden">
@@ -418,7 +418,7 @@
                     <div class="flex flex-col gap-3 sm:flex-row">
                         <button type="button" id="questionnaire-back" class="hidden min-h-12 rounded-2xl bg-white/10 px-6 py-4 font-semibold text-white transition-colors hover:bg-white/15 sm:w-40">Back</button>
                         <button type="button" id="questionnaire-next" class="min-h-12 flex-1 rounded-2xl bg-[#ccff00] px-8 py-4 text-lg font-bold text-black transition-colors hover:bg-white">Next</button>
-                        <button type="submit" id="questionnaire-submit" class="hidden min-h-12 flex-1 rounded-2xl bg-[#ccff00] px-8 py-4 text-lg font-bold text-black transition-colors hover:bg-white">Send questionnaire</button>
+                        <button type="submit" id="questionnaire-submit" class="hidden min-h-12 flex-1 rounded-2xl bg-[#ccff00] px-8 py-4 text-lg font-bold text-black transition-colors hover:bg-white">Submit</button>
                     </div>
                     <div id="questionnaire-status" class="hidden rounded-3xl border border-white/10 bg-black px-8 py-8" tabindex="-1" aria-live="polite"></div>
                 </form>