Visitor Registration

Register online to skip the queues, receive your digital entry pass, and connect with 75+ clean energy exhibitors.

⚙️ Google Sheet Integration Settings (Optional for Admin)

This form runs dynamically. By default, it simulates saving and generates your badge image instantly. To save registration records directly in your Google Sheet:

  1. Create a new Google Sheet and name your columns: Timestamp, Name, Email, Phone, Company, Designation, Sector, Category.
  2. Go to Extensions > Apps Script.
  3. Delete any template code and paste the script code below:
function doPost(e) { var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); var data = JSON.parse(e.postData.contents); sheet.appendRow([ new Date(), data.name, data.email, data.phone, data.company, data.designation, data.sector, data.type ]); return ContentService.createTextOutput(JSON.stringify({status: 'success'})) .setMimeType(ContentService.MimeType.JSON); }
  1. Click Deploy > New Deployment. Select Web App. Set "Who has access" to Anyone. Click Deploy.
  2. Copy the generated Web App URL and paste it in the field below:

This URL is saved locally in your browser's localStorage for convenient mock-testing.

🎉

Registration Confirmed

Your B2B Entry Badge is generated below. Please save the image or print this pass for registration desk access at the venue.