Form Test page

Add some sections to make it beautiful

// Handle option button clicks - separate handler document.addEventListener('click', function(e) { if (e.target.closest('.option-button')) { const button = e.target.closest('.option-button'); const step = button.closest('.step'); // Clear previous selections in this step step.querySelectorAll('.option-button').forEach(btn => btn.classList.remove('selected')); // Select current option button.classList.add('selected'); // Store data const value = button.dataset.value; const fieldName = `step${currentStep}`; formData[fieldName] = value; console.log('Option selected:', value, 'for step:', currentStep); // Auto-advance after short delay setTimeout(() => { const nextStep = parseInt(button.dataset.next); console.log('Auto-advancing to step:', nextStep); goToStep(nextStep); }, 300); } }); Video Project Form
Let's get started!
Which video most closely matches what you want created?
💒
Wedding video
💼
Career & Portfolio
✈️
Epic Family Trip
🎬
Montage Video
➡️
More Video Types...
Which video type (continued)...
🏆
Lifetime Achievement
🎵
Music Video
🏃
Athlete Highlights or Recruitment
🐕
Furry Friend
➡️
See More Options...
More video types...
🕊️
End of Life
🎉
Special Event
🎓
Graduation
Highlight Reels
✏️
NEXT...
More video types...if you didn't see your type of video shown, please describe it here...
Where is your photo/video footage coming from?
What do you want to DO to the footage?
When do you need this completed?
🚀
ASAP
📅
2 WEEKS
🗓️
4 WEEKS
UNSURE OR LOTS OF TIME
What is your budget, roughly for this video?
💰
Under $500
💵
$500 - $1,000
💸
$1,000 - $2,500
💎
$2,500+
UNSURE at this time
Is there anything else you want me to know about your video?
How do you prefer I contact you?
📞
Call Me
📧
Email Me
💻
Zoom
🎥
Google Meet
Let me know what number to call or text?
Let me know what email address you can be reached at.
Wait! One last thing. What is your name?
Thank You!
Your video project details have been submitted successfully. John will be in touch with you soon to discuss your project!