google-form icon indicating copy to clipboard operation
google-form copied to clipboard

How to do this step?

Open davidivad96 opened this issue 5 years ago • 1 comments

  1. Load ./google-form.js in your browser, or require it with browserify or webpack.

I don't know how to load that script in my browser.

davidivad96 avatar Aug 21 '18 08:08 davidivad96

cd path/to/project
wget https://raw.githubusercontent.com/jsdevel/google-form/master/google-form.js

Then add the following to the bottom of your HTML:

<script src="google-form.js"></script>

jameswilson avatar Mar 04 '20 22:03 jameswilson