See Demo page.
To run the app, first make sure that you have live-server installed
npm install -g live-server
execute npm run dev
and npm run tailwind
The simplest way to start building a form is right from the Google Forms app. Go to docs.google.com/forms, then start a blank form.
- Create two fields
Name
andEmail
with short answer option. - on the bottom of name field, click on three vertical dots button to create a answer validation.
- select
lenght
- select
minimum number of characters
- set the value with
3
- set a custom message.
- select
- on the bottom of email field, click on three vertical dots button to create a answer validation.
- select
regular expression
- select
contains
- set this value
[a-zA-Z0-9_\.\+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-\.]+
- set a custom message
- select
- See this example
Form ID which identifies the form can be found in the web address. Example:
docs.google.com/forms/d/e/
1FAIpQLSfCMgP4-UVdcAMrN41yg8ihx4hIJ3eTreiuDFgy68mGL1qseA/viewform
Read more about: https://stackoverflow.com/questions/62138139/how-to-find-google-form-id
git subtree push --prefix src origin gh-pages
The Google name and logos are trademarks of Google.