Reopened form doesn't load values from checkboxes, selectboxes and radiobuttons
I've created a multi step form with Forms.
When I reopen the form in the website using the ?RecordId=[FormGuid] method, it only shows values from the text and textarea inputs, while the correct values for the checkboxes, radiobuttons and selectboxes are stored in the backend.
Okay, upgrading to the latest umbraco version did the trick... partially.
Forms now shows the checkboxes, radiobuttons and selectboxes which have been set on earlier submit. But this only works on the first page. All fields on the following pages are still blank.
Reopened form doesn't load values from checkboxes, selectboxes and radiobuttons
I've created a multi step form with Forms.
When I reopen the form in the website using the ?RecordId=[FormGuid] method, it only shows values from the text and textarea inputs, while the correct values for the checkboxes, radiobuttons and selectboxes are stored in the backend.
Any idea how to fix this?
Edit: typos
Okay, upgrading to the latest umbraco version did the trick... partially.
Forms now shows the checkboxes, radiobuttons and selectboxes which have been set on earlier submit. But this only works on the first page. All fields on the following pages are still blank.
Can this be solved?
is working on a reply...