Best format to submit an autocomplete?
- by Keyo
I'm seeking advice on best practice when submitting a varying amount of POST variables.
Do I use JSON or some character separated list to merge all the values into one field or use a sequence of fields like 'autocomplete1', 'autocomplete2' and so on.
Thanks in advance,
Ben