Exhibitor & Sponsor Portal
GameExpo 2026 Form System
Complete all 8 forms below to finalize your participation in GameExpo 2026. Each form covers a different aspect of your exhibitor journey โ from contact details to staff accreditation.
Form 1 ยท Required
Sponsor / Brand Contact
Primary & secondary contacts, office address, social links.
โ
Form 2 ยท Required
Concept Design
Booth concept, design inspiration, renders & mood boards.
โ
Form 3 ยท Required
Marketing & Promotions
Social, email, press, influencer & on-ground campaigns.
โ
Form 4 ยท Required
Branding Assets
Logo files, brand colors, typography & usage guidelines.
โ
Form 5 ยท Required
Activations & Programming
Gaming comps, live demos, giveaways, stage time, installations.
โ
Form 6 ยท Required
Factsheet
Brand overview, USPs, target audience, achievements & stats.
โ
Form 7 ยท Optional
Marketing Collaborations
Co-branded social, influencer collabs, cross-promotions, media partnerships.
โ
Form 8 ยท Required
Staff Accreditation
Register all on-site staff for badge accreditation & access passes.
โ
โ๏ธ Developer Setup โ Google Sheets & Drive Integration
1
Create a project at console.cloud.google.com โ Enable
Google Sheets API and Google Drive API2
Go to IAM & Admin โ Service Accounts โ Create a service account โ Download the JSON key โ save as
php/service-account.json3
Create 8 Google Sheets (one per form, or one with 8 named tabs) โ Copy the spreadsheet IDs into
SPREADSHEET_IDS in php/submit.php4
Create Google Drive folders for file-upload forms (Forms 2, 3, 4, 7, 8) โ Copy folder IDs into
DRIVE_FOLDER_IDS in php/submit.php5
Share each Google Sheet and Drive folder with the service account email (found in the JSON key as
client_email) with Editor access6
Deploy to a PHP 7.4+ server with
curl and openssl extensions enabled. Update SUBMIT_URL in assets/forms.js if needed.