A tool that converts Google Forms into simple HTML forms by extracting the form structure and entry IDs.
- Converts Google Form URLs into equivalent HTML forms
- Extracts correct entry IDs for form submission
- Supports multiple question types:
- Short answer/text
- Paragraph
- Multiple choice (radio buttons)
- Checkboxes
- Provides formatted HTML code with proper indentation
- Shows live preview of the generated form
- Includes copy-to-clipboard functionality
- Install Node.js if you haven't already
- Clone this repository
- Install dependencies:
npm install
npm start
- Enter a Google Form URL in the input field
- Click "Convert"
- The converted HTML form will appear below
Now you can use the generated HTML code for your needs. the simple form is ready to be used in your project. There is a minimal amount of styling, so you can customize it as you want.