feat: Update registration form fields and placeholders - #2
Draft
MDHaarith wants to merge 21 commits into
Draft
Conversation
…g number placeholder, and section field to text input cgen-3b01f4783c744787bdc40c90a5da7234
…er placeholder, and section field to text input cgen-99126aca41e245689aeeba77beb9f287
…pdown, fix registration placeholder cgen-60720ae8dffa4ce8be0cab241ab0bf6c
… fix registration placeholder cgen-21a51e2d38c44c53b93e0f88f42b565d
cgen-7a1af37c1e8142faba6de23d1cb23731
cgen-80dbb73a8dbf4cab86caf714a2750e25
cgen-5c742936775843faaece3e91e22d43b5
cgen-143e3b20c3ff4d9e89e37378ac4cbaef
|
You can tag me at @builderio-bot for anything you want me to fix or change |
cgen-ba45cb71fcf741d6b7fb3eccc8b9e10e
… typing experience cgen-2cf189f55b714335a7aa3a5c69074abc
… typing experience cgen-763c92c358f14aa5b3f7364bba2ff4b1
cgen-15fe3702710e43a0970dda15f5869252
cgen-0bb54b447dd745b28bfc13913c87a35d
cgen-124d889dc8074d6da62da6593cc78a05
cgen-85c3b9dc74ee4585a85ae4c3e7b3d9c6
…tSayItForm cgen-76aa98c2bc5b4b89b589fef8755a97fb
…ifts cgen-a9efd81aa545423da45cf6c2422f6242
cgen-8cfae1616d8c43788ab263de0fefbfe2
cgen-5ff0ebab5e2a458eac84d4c6e2eb7e1b
cgen-ed9b1565820346bb83afe1eda0b26523
cgen-a2cfc17b37e54464b2f5355debee2d8b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request addresses the user's request to update the registration forms for the "See It Say It Get It" and "Codesmith's Arena" events. The goal was to modify several form fields to match the requirements of the backend Google Forms, including updating placeholders, changing input types, and correcting form IDs.
Code changes
GOOGLE_FORM_IDand form entry IDs in bothCodesmitersArenaForm.tsxandSeeItSayItForm.tsxhave been updated to point to the correct Google Forms.select) to a text input (input type="text"), allowing users to type their department.🔗 Edit in Builder.io
👀 Preview LinkTo clone this PR locally use the Github CLI with command
gh pr checkout 2