Estimate your travel fee based on your event location
Fill out the form below and one of our Producers will personally reach out to you — to walk you through packages, availability, and help you secure your date.
One of our Producers will reach out to you shortly.
Thank you for your interest in Lab & Light Photobooth.
function doPost(e) {
var ss = SpreadsheetApp.openById("1TRy22XgPc57mXJl9Cphak1vkcWv2C4PHq2Bdu_kNJPY");
var sheet = ss.getSheetByName("All Locations Query");
var d = JSON.parse(e.postData.contents);
if (sheet.getLastRow() === 0) {
sheet.appendRow(["Timestamp","Name","Phone","Email","Province","City","Barangay","Venue","Distance","Travel Fee","Event Type","Event Date","Source"]);
}
sheet.appendRow([d.timestamp,d.name,d.phone,d.email,d.province,d.city,d.venue,d.km+" km","₱"+d.travelFee,d.eventType,d.eventDate,d.source]);
return ContentService.createTextOutput("OK").setMimeType(ContentService.MimeType.TEXT);
}
| # | Name | Phone | Province | City | Venue | km | Fee | Event | Date | Source | Submitted | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No inquiries yet. | ||||||||||||