Author Topic: HTML code  (Read 944 times)

Offline Cbs

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Sep 2010
  • Posts: 4478
  • Total likes: 19
  • DansDeals.com Hat Tips 0
    • View Profile
  • Programs: HHonors Gold, Delta Diamond Medallion, AA Platinum Pro
HTML code
« on: August 02, 2012, 05:46:01 PM »
i made some sort of html form and im trying to figure out how to get the form to submit onto a diff page.
how do i make it submit onto a google doc or any other sort of form...

this is the part of the code i need help with..(action= ? ? ? )

Code: [Select]
<!DOCTYPE html>
<html>
<body>
<form action=" ">

.......

<input type="submit" value="submit"/>

</form>
</body>
<html>

Offline SuperFlyer

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2009
  • Posts: 9407
  • Total likes: 439
  • DansDeals.com Hat Tips 0
    • View Profile
Re: HTML code
« Reply #1 on: August 02, 2012, 06:19:00 PM »
You want it to inject into another page ?

Google doc has a form creator in its docs, so all is done for you.

Offline Cbs

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Sep 2010
  • Posts: 4478
  • Total likes: 19
  • DansDeals.com Hat Tips 0
    • View Profile
  • Programs: HHonors Gold, Delta Diamond Medallion, AA Platinum Pro
Re: HTML code
« Reply #2 on: August 02, 2012, 06:26:52 PM »
You want it to inject into another page ?

Google doc has a form creator in its docs, so all is done for you.
yes but i tried google doc it wasnt working for me...maybe i did it wrong..if u can direct me how it would be nice