Hi,
I have a form that has username, firstname and lastname fields.
But when the user goes to the url, there is a query parameter for the username field.
So, something like www.example.com/forms?username=Jane.
I would like to automatically populate the username field on the form using the username value from the query string, so that the user only has to fill out the firstname and lastname.
Is there an easy way to achieve this with surveyjs or do I have to implement a custom function?