Form send function question

by 7 replies
8
So I am building a form in Dreamweaver. From the videos I have seen on YouTube, they don't give much information on how to get the button to send the form data to me. Dreamweaver seems to only allow you to enter the button, but shouldn't it have a URL to the script in order to function? I can't seem to figure out how to add a URL to the button. Or else, how does the button know to send the data to me.

Yes, you probably figured I am a newbie where Dreamweaver is concerned. This is my first attempt at building a form. And I have about half a dozen on this web site that I need to get to work.

So, can anyone offer any advice for me to progress in my learning of forms and how they work?
#programming #form #function #question #send
  • The form has the URL to your script.
    The button goes inside the form to submit it. You don't add the URL to the button.
  • Instead of learning how to do it with DW learn how to do it hand coded style. DW sucks for forms -- but I imagine it sucks more for learning

    Once you understand what to do with the action and fun stuff like that, then you can head back in and make the form in DW.

    Plenty of tutorials on-line on making forms do what you want. Start there.
  • Alright, so I got out Notpad and created a form. All it does is open up my email client and populate it with the data from the form. What am I doing wrong? The form is at Order Form

    I guess this would work, but it isn't too professional. I don't see other forms make me send the email. And what would happen if they used a web mail?
    • [1] reply
  • If you use "mailto:" in the form action, the browser will fire up whatever email client the visitor has set as the default mailer. That's what you're seeing now.

    If you want to do it 'behind the scenes' and actually use the form data, you have to have a way of collecting and processing it.
  • I have spent all day watching videos on YouTube and reading directions on how to create these forms to send to your email. All for nothing. I am right where I started, except that I am a day older. This is damn frustrating. Why can't I get these forms to work like they do in the videos?

    Is there anyone out there that is willing to create me a simple form that I can modify, with the script attached? So that I can get this site built. I don't have much money, but I would be willing to pay if it isn't a whole lot. I am just about at the end of my rope with this. I really could have spent my time on something productive.

Next Topics on Trending Feed

  • 8

    So I am building a form in Dreamweaver. From the videos I have seen on YouTube, they don't give much information on how to get the button to send the form data to me. Dreamweaver seems to only allow you to enter the button, but shouldn't it have a URL to the script in order to function? I can't seem to figure out how to add a URL to the button. Or else, how does the button know to send the data to me. Yes, you probably figured I am a newbie where Dreamweaver is concerned. This is my first attempt at building a form. And I have about half a dozen on this web site that I need to get to work.