Ask a Question related to Dreamweaver AppDev, Design and Development.
-
steel_quill #1
Multiple forms on one page
I am trying to put together a stripped-down online order form that allows a
user to enter quantities ordered for a bunch of products, as well as their
mailing address.
I'd like to set the page up with two forms so that when a person submits it,
the mailing address info from one form is put into an email and an iterative
function goes through and collects the info about what was ordered from the
other form. I'm trying to avoid having to hand-code all the product selections.
Is this the best way to go about doing this, and if so, where do I go to find
out how to set up the forms in this manner? Any help would be greatly
appreciated!
steel_quill Guest
-
Multiple Forms in one page
Is there any way to have multiple forms in one page without having the forced space between the submit buttons that each form has? In other... -
Advanced OOP: Best OO design for rendering multiple page types to multiple devices
Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content... -
[PHP] multiple FORMS on same page problem.
I am creating a page with 2 buttons. One which will refresh the page and the other that will go to another page. My problem that I need to put all... -
How to include multiple <forms> on one ASP.NET page
Hi, I need to create an ASPX page that includes both traditional HTML Forms (which are submitted to a third-party site like a travel booking... -
problem with have multiple subjects appear on the web page in multiple lines
Hello, group I have got this problem, hoping someone can help me to figure it out what is wrong. I have some fields in the database:... -
Paul Whitham TMM #2
Re: Multiple forms on one page
Two forms will not work in the way that you want because when the button on
pressed on one, only the values contained within that form will be passed.
You need to contain all your form variables within a single form.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"steel_quill" <webforumsuser@macromedia.com> wrote in message
news:cvgbn0$mb8$1@forums.macromedia.com...a> I am trying to put together a stripped-down online order form that allowsit,> user to enter quantities ordered for a bunch of products, as well as their
> mailing address.
>
> I'd like to set the page up with two forms so that when a person submitsiterative> the mailing address info from one form is put into an email and anthe> function goes through and collects the info about what was ordered fromselections.> other form. I'm trying to avoid having to hand-code all the productfind>
> Is this the best way to go about doing this, and if so, where do I go to> out how to set up the forms in this manner? Any help would be greatly
> appreciated!
>
Paul Whitham TMM Guest



Reply With Quote

