interesting, as with method=POST it sends it all as one string. Could you use Javascript to create a new form variable when you submit the form. This would basically contain the value of all the checked AB's.
damien To: dev lists <[EMAIL PROTECTED]> 26/05/2004 cc: 14:44 Subject: [ cf-dev ] list in a url variable Please respond to dev I have a form with a number of checkboxes named AB The form is set to GET, so all the parameters get sent in the URL. Now, when more than of the AB checkboxes are checked, the query string includes it like so: AB=1&AB=2&AB=3 etc... What I want to know is if you can get it to create the string as AB=1,2,3 and so on. The reason for this is that the processing page just wants to find the url variable AB and check which id's it has in it. At the moment I have a workaround where the query string goes AB1=1&AB2=1&AB3=1 but it's a bit messy. Any suggestions? Thanks, Damien -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED] -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com* *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com* *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com* To unsubscribe, e-mail: [EMAIL PROTECTED]