I’m working on a project where users frequently fill out a form that includes a dropdown selection. In this use case, many users tend to select the same option from the dropdown each time they fill out the form. To improve user experience and save time, I’m looking for strategies to retain their previous/last selection, so it can be automatically pre-filled or remembered the next time they access the form.
Has anyone implemented something similar within Tadabase or have any suggestions on how to achieve this? Ideally, I’m looking for a solution that doesn’t require custom scripts, but I’m open to all ideas.
Your insights or examples would be greatly appreciated!
You might be able to achieve this using some javascript and browser local storage. It depends on what type of fields you are trying to fill. It’s not perfect because if they clear their cookies it will reset them but it is better than nothing.
@Peter If the users are selecting the same option from the dropdown each time and every time then i do have a answer for you but you wont like it so im gonna keep quite for now.