ODK Collect v2025.2 Beta: edit finalized/sent forms, MDM configuration, Android 15 support

Beta 4 is now out and includes the full functionality for editing finalized or sent forms! We expect to publish one last beta this week and if all goes well in regression testing, to release early next week. Please let us know if you find any issues or have feedback.

To try out finalized/sent editing, you will need a form that opts into the functionality. You can try this form: client_editable.xml (846 Bytes) or you can edit a form converted to XML by adding the following in the model block:

<submission odk:client-editable="true"/>

so it looks like:

		<model odk:xforms-version="1.0.0">
			<submission odk:client-editable="true"/>
			<instance>

If you already have a submission block in your form, you can add odk:client-editable="true" to it.

This latest beta also adds:

  • :selfie: Faster QR code and barcode scanning also allows scanning poorly printed codes or codes in difficult light conditions
  • :page_facing_up: multiline appearance for text fields. This is a shortcut for using the rows parameter set to 4.
  • :wireless: Entity Lists shared between forms are now downloaded more efficiently.
  • :mobile_phone_with_arrow: Launching an application to populate multiple fields (docs) can now be done from a field-list that also contains other questions.
2 Likes