¿Qué pasa si utilizas Google Sites? Add form to Google Sites

  • Anónimo
    Answered on June 19, 2012 06:53 PM

    ¿Qué pasa si utilizas Google Sites?

  • Mike_T Jotform Support
    Answered on June 19, 2012 06:59 PM

    Thank you for contacting us.

    You will need to click on a Google Sites icon via Embed Form Wizard, then you will see instructions about how to add your form to Google Sites.

    ¿Qué pasa si utilizas Google Sites? Add form to Google Sites Image 1 Screenshot 0

    Please feel free to contact us if you need any other assistance.

  • nagaye
    Answered on January 09, 2016 01:50 AM
    <form id="contact_form" action="#" method="POST" enctype="multipart/form-data"> <div class="row"> <label for="name">Your name:</label><br /> <input id="name" class="input" name="name" type="text" value="" size="30" /><br /> </div> <div class="row"> <label for="email">Your email:</label><br /> <input id="email" class="input" name="email" type="text" value="" size="30" /><br /> </div> <div class="row"> <label for="message">Your message:</label><br /> <textarea id="message" class="input" name="message" rows="7" cols="30"></textarea><br /> </div> <input id="submit_button" type="submit" value="Send email" /> </form>