tecxeon registration form builder, create website version of google forms easily
- python
- Microsoft edge browser
- selenium
- Clone the repository
- Install selenium
pip install selenium
- Edit script.py set the google form link(url) and page name (should not contain spaces)
- Run the script.py
python script.py
- The first column/question in the Google Form should be "Name" or "Full Name". Avoid using variations like "First Name", "Last Name" columns or "Name of Participant", "Participant 1" etc.
- All columns/questions should be in the "Short Answer" format (text field). Multiple choices and other formats are not supported.