Auto-submit form script trouble..

by iamx
7 replies
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!
#autosubmit #form #script #trouble
  • Profile picture of the author electrobooks
    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.
    {{ DiscussionBoard.errors[2957560].message }}
  • Profile picture of the author kkoechel
    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>
    {{ DiscussionBoard.errors[2957918].message }}
  • Profile picture of the author hhunt
    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.
    {{ DiscussionBoard.errors[2958849].message }}
    • Profile picture of the author iamx
      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?
      {{ DiscussionBoard.errors[2959602].message }}
      • Profile picture of the author kkoechel
        Originally Posted by iamx View Post

        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?
        the code I gave is the simple version. The kind of form you want is just like that... except more code and images and CSS...

        I've shown you the door you need to walk through dude
        {{ DiscussionBoard.errors[2960420].message }}
        • Profile picture of the author iamx
          Thank you bro! I'll play around with it to see if i can get it to work right..
          {{ DiscussionBoard.errors[2961459].message }}
          • Profile picture of the author RedMatrix
            Tizag Tutorials is good for primers and little things you may have forgotten or don't know.
            Signature

            ~Dave

            {{ DiscussionBoard.errors[2961893].message }}

Trending Topics