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 API
2
Go to IAM & Admin โ†’ Service Accounts โ†’ Create a service account โ†’ Download the JSON key โ†’ save as php/service-account.json
3
Create 8 Google Sheets (one per form, or one with 8 named tabs) โ†’ Copy the spreadsheet IDs into SPREADSHEET_IDS in php/submit.php
4
Create Google Drive folders for file-upload forms (Forms 2, 3, 4, 7, 8) โ†’ Copy folder IDs into DRIVE_FOLDER_IDS in php/submit.php
5
Share each Google Sheet and Drive folder with the service account email (found in the JSON key as client_email) with Editor access
6
Deploy to a PHP 7.4+ server with curl and openssl extensions enabled. Update SUBMIT_URL in assets/forms.js if needed.