Hi,
I found an excellent article on developertutori als.com entitled: "Submitting forms conditionally using JavaScript." It told me how to write a simple form with one set of radio buttons that submits conditionally based on the input.
Is there a way of creating a form with multiple sets of radio buttons that will also submit conditionally, using JavaScript?
I am trying to set up a form on my website to enable users to select from a few options when ordering photobooks, a product I don't yet offer. The sets of radio buttons would ask, for example, the user to choose between: landscape/portrait; printed page numbers/no printed page numbers; and three/four different layouts.
Any help with this would be most appreciated.
With kind regards,
Mark
I found an excellent article on developertutori als.com entitled: "Submitting forms conditionally using JavaScript." It told me how to write a simple form with one set of radio buttons that submits conditionally based on the input.
Is there a way of creating a form with multiple sets of radio buttons that will also submit conditionally, using JavaScript?
I am trying to set up a form on my website to enable users to select from a few options when ordering photobooks, a product I don't yet offer. The sets of radio buttons would ask, for example, the user to choose between: landscape/portrait; printed page numbers/no printed page numbers; and three/four different layouts.
Any help with this would be most appreciated.
With kind regards,
Mark
Comment