Perl application that converts Google Forms into customizable HTML.
- By default, Bootstrap is used.
- For the time being only single-page forms are supported.
- Question types currently supported: Radio, Checkbox, and plain text.
- Nothing is stored in the database.
- The form must not require Login to the Google account.
- Clone this repo and
cdto thegform2htmlapp. - Make sure you have Docker installed:
docker --version - Build the Docker image
docker build -t gform2htmlapp . - Run the container locally:
docker run -p 8080:8080 gform2htmlapp