¿Qué pasa si utilizas Google Sites? Add form to Google Sites
-
AnónimoAsked on June 19, 2012 at 06:53 PM
¿Qué pasa si utilizas Google Sites?
This is a re-post of a comment on How to Get the Full Source Code of Your Form
-
Mike_TAnswered on June 19, 2012 at 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.
Please feel free to contact us if you need any other assistance.
-
nagayeAnswered on January 09, 2016 at 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>