Is it possible to programatically set a default for a “select” field?
I have a select field that is loaded from the database, but I want the last used value to be the default next time the user goes to my form. I can save the value in the database, but am trying to figure out how to set the default to it when they come back in.
Thanks