Let’s Stay In Touch

Stay Informed. Stay Well.

Subscribe for clinical wellness insights, service updates, and exclusive offers — prescribed by GPs and delivered by AHPRA-registered nurses across Queensland & Northern Rivers NSW. Your Email Subscribe I agree and have read the FAQs.

Shopping cart

The Vitamin Guy — Client Intake Form
Submitting your form…
Your signed PDF will open in a moment.
1. Client Details
2. Medical History
3. Preferences
4. Consent & Sign
The Vitamin Guy
Mobile IV Vitamin Therapy · Gold Coast
thevitaminguy.com.au

Client Details

Tell us a little about yourself so we can prepare for your visit.

Patient Details

Required fields are marked with a gold asterisk.

Medicare Details

Optional — kept securely on file.

Emergency Contact

How Did You Hear About Us?

Medical History

This helps our Registered Nurses ensure your treatment is safe.

Patient Medical History

Medical Conditions Checklist

Tick all that apply — current or past

Surgical & Hospitalisation History

Lifestyle

Current Symptoms

Tick all that apply

Preferences & Consent

Help us tailor your experience and confirm consent preferences.

IV Treatment Preferences

Additional Notes

In-Clinic Photo Consent (AHPRA Requirement)

Sign to confirm photo consent*
Sign here
Not yet signed

Optional Media Consent

Communication Preferences

Consent & Signature

Please read carefully and sign below to complete your intake.

Informed Consent & Declaration

Client Signature

Draw your signature*
Sign here
Not yet signed

Your signed record: A PDF copy of your signed consent form will open automatically after submitting. Save or print it for your records.

';var w = window.open('', '_blank', 'width=960,height=820,scrollbars=yes,toolbar=no,menubar=no'); if(w){ w.document.open(); w.document.write(html); w.document.close(); } }/* ══════════════════════════════════════════ SUBMIT ══════════════════════════════════════════ */ document.getElementById('intakeForm').addEventListener('submit', function(e){ e.preventDefault();if(clientSig.isEmpty()){ document.getElementById('clientSigStatus').textContent = 'Please sign before submitting'; document.getElementById('clientSigWrap').scrollIntoView({behavior:'smooth', block:'center'}); return; } if(!document.getElementById('consentAgree').checked){ document.getElementById('consentAgree').scrollIntoView({behavior:'smooth', block:'center'}); return; } if(!validateStep(4)) return;/* 1. Open PDF first — popup must be triggered by user gesture, before overlay */ generatePDF();/* 2. Show spinner */ document.getElementById('submittingOverlay').classList.add('show'); submitBtn.disabled = true;/* 3. POST clean text to FormSubmit */ var fn = document.getElementById('firstName').value.trim(); var ln = document.getElementById('lastName').value.trim(); var subject = 'New Client Intake — '+fn+' '+ln+' — '+new Date().toLocaleDateString('en-AU',{timeZone:'Australia/Brisbane'});var fd = new FormData(); fd.append('_subject', subject); fd.append('_captcha', 'false'); fd.append('_template', 'box'); fd.append('client_name', fn+' '+ln); fd.append('form_data', collectEmailText());fetch('https://formsubmit.co/thevitaminguy@outlook.com.au', { method: 'POST', body: fd, headers: { Accept: 'application/json' } }) .then(function(){ window.location.href = 'https://thevitaminguy.com.au/thank-you/'; }) .catch(function(){ window.location.href = 'https://thevitaminguy.com.au/thank-you/'; }); });})();