Hi, Could anyone advise as to how I send data from a form containing multiple dropdowns as cat=1,2,3,4 etc
So, I require a form which has say 4 dropdowns selecting 4 seperate categories, when selected I want the form to send cat=1,2,3,4. I have the backend working its just getting the form to send the data in the correct form.
At the moment it sends: https://domain.com/index.php?s=searchterm&dropdown1=1&dropdown2=2&dropdown3=3&dropdown4=4 – i would want this to read s=searchterm&cat=1,2,3,4
Thank you very much for any help anyone can offer.
Regards, Liam