PLUMP

PLUMP

Brooklyn
Tribeca
Hoboken
Miami
SoHo
Uptown
West Village

Patient Details

Categories

๐Ÿ’‰

Dermal Fillers

โœจ

Upper Face Botox

โœจ

Lower Face Botox

โœจ

Body Botox

๐Ÿงด

Skin Treatments

๐Ÿงฌ

Biostimulants

๐Ÿ’‹

Lip Flip

๐Ÿ”„

Dissolvers

Dermal Fillers

Half Lip Promo (0.5cc, $525)

Upper Face Botox

Botox
Dysport
Letybo (-20%)
F
G
LC

Lower Face Botox

Botox
Dysport
Letybo (-20%)

Body Botox

Botox
Dysport
Letybo (-20%)

Lip Flip

Botox
Dysport
Letybo (-20%)

Biostimulants

1 vial
2 vials
6 vials ($1975)
12 vials ($3500)

Dissolvers

Skin Treatments

Summary

Standard
Member
โœ“

Submitted!

``` ### Notes - **Testing**: Deploy this to Squarespace or test locally. Verify the patient initials page appears after login, and notes are captured on the summary page. Check Google Sheets submission. - **Google Sheets**: Ensure `Code.gs` is set up for `google.script.run.submitData` (per your May 30, 2025, 00:54 conversation). Example: ```javascript function submitData(data) { var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); sheet.appendRow([ data.timestamp, data.staff.name, data.staff.location, data.patientInitials, JSON.stringify(data.treatments), data.notes, data.pricingType ]); } ``` - **Further Edits**: If you have additional changes (e.g., pricing or new features), let me know, and Iโ€™ll update the code. - **Timeout Prevention**: The code is streamlined to avoid timeouts. For future updates, I can split it into parts (HTML, CSS, JS) if needed. Does this address your needs? Want me to focus on any specific feature or provide deployment guidance?