Hey there, I'm having some issues getting the default of some combo boxes to populate. The user of the app might have to submit multiple forms, with some of the information staying consistent between submissions.
To help speed up the process, I was hoping to store some of the information in variables when they hit the submit button and then automatically be selected again after the form refreshes. I'm able to verify the variables are holding the correct info, and I can get the information to pop up in the combo box, but the actual value of the combo box is blank because, on submission, the database is receiving blank values.
What can I do to fix this? Thanks for the help!