I am new at using Corvid, I have been able to browse the API and the forum but I haven’t been able to find a solution. Here is what I am trying to accomplish:
- I have a very long form with user fields connected to a dataset (which has a reference field to the members’ collection).
- In order to avoid a member inserting a line in the collection, I was going to manually add the item for them, through the dashboard, each time I want a new form filled (Small volume).
- I have managed to add a dropdown where the user could select the item (which is the only item them would have access to).
***** Issue #1: I’d like the item to be preselected so that the user does not have to select it.
***** Issue #2: the selection does not affect the value of my other user input fields on my page. I need the values of the item loaded in the respective user input fields.
***** Issue #3: Since it is a very long form, I’d like the user to be able to save while they fill it out. Ideally an autosave on itemvaluechanged. Otherwise a button to update the item, but the problem is that if I add a button for them to save the item, the fields values dissapear and as per issue #2 I cannot load the values back into the fields.