Skip to content

Instantly share code, notes, and snippets.

@ximosa
Created December 29, 2019 14:21
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 ximosa/43e72395b3b95b36a0f9b5ca06557704 to your computer and use it in GitHub Desktop.
Save ximosa/43e72395b3b95b36a0f9b5ca06557704 to your computer and use it in GitHub Desktop.
integrar google forms
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSfwzUmXZaoxSWzlz7HMPP9Bm0jDu0QchCF3HposYvjFnV3gfA/formResponse" target="_self" method="POST" id="mG61Hd">
<div class="form-row shadow-lg p-3 mb-5 bg-white rounded">
<label class="font-weight-light" for="formGroupExampleInput">Su nombre</label>
<input class="form-control"type="text" aria-describedby="i.desc.1898404042 i.err.1898404042" name="entry.1391857090" placeholder="Díganos su nombre">
<label class="font-weight-light" for="exampleFormControlInput1">Dirección de correo electrónico
</label>
<input class="form-control" type="email" jsname="YPqjbf" autocomplete="email" tabindex="0" aria-label="Tu dirección de correo electrónico" name="emailAddress" value="" required="" dir="auto" data-initial-dir="auto" data-initial-value="" placeholder="Dirección de correo electrónico">
<label class="font-weight-light" for="exampleFormControlTextarea1">Mensaje</label>
<textarea class="form-control s" jsaction="input:Lg5SV;ti6hGc:XMgOHc;rcuQ6b:WYd;" required="" name="entry.644205809" aria-describedby="i.desc.497200085 i.err.497200085" placeholder="EN QUE PODEMOS AYUDARLE"></textarea>
</div>
<button type="submit" class="btn btn-primary">Enviar</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment