On a single page I am considering putting a couple of different forms, via the plugin mechanism. One is to have check boxes to capture opt-in information for various subscription to newsletters, etc. The other is for an address for a brochure to be sent out.
Yet I only want one submit button located on the page, and both sets of data to be submitted. I am sure I can do this programatically, but I guess I am after advice on best practice. Should I be attempting it or using a single form and using CSS to restructure the format?
Any thoughts, examples of what other people have done.
Cheers,
Andy
P.s. Am waiting for the book to come out, just another week and a bit to go...
Yet I only want one submit button located on the page, and both sets of data to be submitted. I am sure I can do this programatically, but I guess I am after advice on best practice. Should I be attempting it or using a single form and using CSS to restructure the format?
Any thoughts, examples of what other people have done.
Cheers,
Andy
P.s. Am waiting for the book to come out, just another week and a bit to go...
Hi Andy,
I've moved this thread from ChronoComments to ChronoForms.
I'm not sure how you'd do this and it may not even be possible. The 'form' is the code beteen the <form> and </form> tags and as long as you can arrange to have alll the inputs inside the same pair of target then the form should work OK.
One alternative would be to build the whole page in ChronoForms as a single large form/article.
Bob
I've moved this thread from ChronoComments to ChronoForms.
I'm not sure how you'd do this and it may not even be possible. The 'form' is the code beteen the <form> and </form> tags and as long as you can arrange to have alll the inputs inside the same pair of target then the form should work OK.
One alternative would be to build the whole page in ChronoForms as a single large form/article.
Bob
This topic is locked and no more replies can be posted.