Is it possibleto skip that screen? I would like that, when the user clicks the new or edit instance button goes directly to the form, without the opening screen. How can I achieve that?
Thanks
Is it possibleto skip that screen? I would like that, when the user clicks the new or edit instance button goes directly to the form, without the opening screen. How can I achieve that?
Thanks
The sequence Survey does when opening, closing, etc can be controlled by adding an initial “worksheet” to your XLSX file. An important thing to know is that survey needs an instanceID to make the forum unique which it gets from the new (new instanceID is generated) and edit (reopen the specific instanceID). Parameters can be passed to Survey (i.e. from Tables) to enable Survey to open to the place you want.
Documentation (limited)
https://docs.opendatakit.org/odk2/xlsx-converter-using/#creating-a-custom-initial-worksheet
Thanks! I will try this way.
Regards