Checkbox query – name instead of ID
-
Hello.
I am working on a website for a company that needs a booking contact form and a gallery with artists that links to the form (where the option is autoselected). So we are talking about a website that will be updated a lot over time with new options to choose from (checkboxing). A thing that I am missing is a way to make this user friendly for the owners.
The easiest solution is to add the new options in the form fields and do a URL query string to have the checkbox auto-selected on the different gallery pages.
– However, the way that is done right now is by ID (in my case I would write ?1artists=1 for the first option). I fear that these links will break when new artists are added – or actually, link to wrong artists. Plus it’s in general not very user friendly with IDs.So to sum up my question:
Is there a way to have the url query use the actual name of the options instead of the ID?Kind regards
- The topic ‘Checkbox query – name instead of ID’ is closed to new replies.