d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > I Need This Form To Go To A Gdoc, Not Email Me
Add Reply New Topic New Poll
Member
Posts: 61,688
Joined: Mar 14 2006
Gold: 28.77
Sep 14 2012 01:05pm
Hey folks, I want the info on this form to go back to a google doc, not send an email every time someone hits submit. I could just embed a google doc into the website but google docs look like shit to me and I need to use the form style of the website I am doing this on.

If you can just fine the applicable place for me to add the google doc submit should send to, just type it in bold in the html "YOUR-GOOGLE-DOC-HERE"

Thanks.

Code
<div>
<form enctype="multipart/form-data" action="[URL=http://www.weebly.com/weebly/apps/formSubmit.php]http://www.weebly.com/weebly/apps/formSubmit.php[/URL]" method="POST" id="form-783077833946337322">
<div id="783077833946337322-form-parent" class="wsite-form-container" style="margin-top:5px;">
 <ul class="formlist" id="783077833946337322-form-list">
   <h2 style="text-align:left;">Join Us!</h2>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
 <label class="wsite-form-label" for="input-787428888497805389">First Name <span class="form-required">*</span></label>
 <div class="wsite-form-input-container">
   <input id="input-787428888497805389" class="wsite-form-input wsite-input" type="text" name="_u787428888497805389" style="width:200px;" />
 </div>
 <div id="instructions-787428888497805389" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
 <label class="wsite-form-label" for="input-626837009250325432">Last Name <span class="form-required">*</span></label>
 <div class="wsite-form-input-container">
   <input id="input-626837009250325432" class="wsite-form-input wsite-input" type="text" name="_u626837009250325432" style="width:200px;" />
 </div>
 <div id="instructions-626837009250325432" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
 <label class="wsite-form-label" for="input-626837009250325432">Email <span class="form-required">*</span></label>
 <div class="wsite-form-input-container">
   <input id="input-626837009250325432" class="wsite-form-input wsite-input" type="text" name="_u626837009250325432" style="width:200px;" />
 </div>
 <div id="instructions-626837009250325432" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
 <label class="wsite-form-label" for="input-844580191420310959">City <span class="form-not-required">*</span></label>
 <div class="wsite-form-input-container">
   <input id="input-844580191420310959" class="wsite-form-input wsite-input" type="text" name="_u844580191420310959" style="width:200px;" />
 </div>
 <div id="instructions-844580191420310959" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
 <label class="wsite-form-label" for="input-126638806677162570">State <span class="form-not-required">*</span></label>
 <div class="wsite-form-input-container">
   <input id="input-126638806677162570" class="wsite-form-input wsite-input" type="text" name="_u126638806677162570" style="width:100px;" />
 </div>
 <div id="instructions-126638806677162570" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
 <label class="wsite-form-label" for="input-376316193823223828">Zip Code <span class="form-not-required">*</span></label>
 <div class="wsite-form-input-container">
   <input id="input-376316193823223828" class="wsite-form-input wsite-input" type="text" name="_u376316193823223828" style="width:200px;" />
 </div>
 <div id="instructions-376316193823223828" class="wsite-form-instructions" style="display:none;"></div>
</div></div>
 </ul>
</div>
<div style="display:none; visibility:hidden;">
 <input type="text" name="wsite_subject" />
</div>
<div style="text-align:left; margin-top:10px; margin-bottom:10px;">
 <input type="hidden" name="form_version" value="2" />
 <input type="hidden" name="wsite_approved" id="wsite-approved" value="approved" />
 <input type="hidden" name="ucfid" value="783077833946337322" />
 <input type='submit' style='position:absolute;top:0;left:-9999px;width:1px;height:1px' /><a class='wsite-button' onclick="document.getElementById('form-783077833946337322').submit()"><span class='wsite-button-inner'>Submit</span></a>
</div>
</form>


</div>


This post was edited by inkanddagger on Sep 14 2012 01:34pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll