Form input field names are: form[field]
This is an issue for GET forms where param names are visible in the URL
For example: ?advanced_search[name]="Dracula"&advanced_search[isbn]=1234567890
Can we optionally change this to drop the form name element?
E.g. ?name="Dracula"&isbn=1234567890
Form input field names are:
form[field]This is an issue for GET forms where param names are visible in the URL
For example:
?advanced_search[name]="Dracula"&advanced_search[isbn]=1234567890Can we optionally change this to drop the form name element?
E.g.
?name="Dracula"&isbn=1234567890