Skip to content

Instantly share code, notes, and snippets.

@seanburlington
Forked from Miouyouyou/GForms.html
Last active June 24, 2020 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanburlington/9191d733e31cc3d57f0c4f0f104032c1 to your computer and use it in GitHub Desktop.
Save seanburlington/9191d733e31cc3d57f0c4f0f104032c1 to your computer and use it in GitHub Desktop.
Quick and dirty Hugo Shortcode for Google Forms
<iframe src="https://docs.google.com/forms/d/e/{{ .Get "src" }}/viewform?embedded=true" width="{{ .Get "width" }}" height="{{ .Get "height" }}" frameborder="0" marginheight="0" marginwidth="0">{{ .Get "alt" }}</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment