Race registration
Lipnolopet Registration
Choose your race, enter the runner details, review everything, and submit the completed registration to Google Sheets.
1. Choose your race
Select the distance and start wave that match your participation.
No race selected
Tip: the final registration payload is stored in JSON and can be sent to Google Sheets either through a Google Apps Script Web App or any secure backend that writes to your sheet.
2. Participant details
Enter the runner's details and emergency contacts. All required fields must be completed to continue.
Please enter a first name.
Please enter a last name.
Please enter a valid email address.
Please enter a phone number.
Please choose a date of birth.
Please enter a country.
Please enter a city.
Please select a T-shirt size.
Please enter an emergency contact name.
Please enter an emergency contact phone.
3. Extras, consent, and review
Choose optional extras, confirm the rules, and review the registration before submission.
Total
€0
4. Submission result
When you submit, the app builds a single JSON payload that can be posted to Google Sheets.
You must accept the registration agreement.
Ready to submit
Press Submit Registration to send the completed form to your Google Sheets endpoint.
Integration note: if you use a Google Apps Script Web App, make sure the endpoint accepts JSON or form-encoded payloads and appends a row into the destination sheet.
