Auto-submit form script trouble..

by 7 replies
8
Hey guys,

I've never created a form on a website b4 and need a bit of help. I'm working with a company that wants me to put their ''auto submit form script on my page. I created a simlair website to the one I'm about to show you(using adobe fireworks)

would I have to export the sliced up website to dreamweaver and add the script from there? Does anyone know of any youtube videos that explain how to do this? I've been stumped for weeks on how to install this script even with the instructions they give me.

Here is a sample of what the website kinda looks like along with the ''form'' area I'm trying to add to the site: Medical Insurance | Quote Medical - Get Free Quotes and cover from £9.68 per month!
#programming #autosubmit #form #script #trouble
  • Im confused! Your creating a website and you dont know what to do with the form.

    Just paste it into your site's html code either where you want it (without using .css) or using css files position it.

    It really should be that simple.
  • you probably just need to make a form that points to whatever script they want you to:

    <form name="input" action="http://EXAMPLE.com/their/script/path/script.php" method="get">
    <input type="text" name="email" /> email*<br />
    <input type="text" name="name" /> name<br />
    <input type="hidden" name="hiddenmeta" value="what ever" />
    <input type="submit" value="Sign Me Up!" />
    </form>
  • I would suggest you spend some time on one of the many free online tutorials until you're ready to start developing your own web page.

    Come back and post if you run into another problem.
    • [1] reply
    • I CAN make websites hhunt I just do no how to add the form there talking about.. has anybody seen any videos on youtube on how to do this?
      • [1] reply

Next Topics on Trending Feed

  • 8

    Hey guys, I've never created a form on a website b4 and need a bit of help. I'm working with a company that wants me to put their ''auto submit form script on my page. I created a simlair website to the one I'm about to show you(using adobe fireworks)