So am messing about with passing parameters through URL’s into the form and they seem to work fine when using a “text” element but having real trouble setting values in a date box or a select menu, the parameter just doesn’t seem to pass.
I’ve checked the FAQ and have found guidance on dates with QuForm v1.x but nothing for v2.
I can send the parameter in any style I want, so I’ve tried url/?checkdate=2018,01,19 and I’ve tried ?checkdate=2019-01-19 and a few others but nothing.
And for select menu’s, the parameters i’m passing match options word-for-word in the select menu but it doesn’t set the default value at all.