xforms-spec icon indicating copy to clipboard operation
xforms-spec copied to clipboard

The XForms-derived specification used in the ODK ecosystem. If you are interested in building a tool that is compliant with the forms rendered by ODK tools, this is the place to start. ✨⚒✨

Results 48 xforms-spec issues
Sort by recently updated
recently updated
newest added

under https://opendatakit.github.io/xforms-spec/#bind-attributes: > jr:constraintMsg | Specifies the custom message to be displayed when the constraint is violated. Value can be string literal (**jr:requiredMsg**="message") or a translation function call (**jr:requiredMsg**="jr:itext('id')"). 'nuf...

New keyword: `src="jr://instance/last-saved"` See https://github.com/opendatakit/javarosa/pull/406 (still in review) for details.

Original thread: https://groups.google.com/forum/#!topic/javarosa-developers/6Z1fSlJdb7Q): _________________________ My organization uses ODK and would like to add a new 'module' of questions to some of our current surveys. We are using Xforms. In particular,...

Would love to make the metadata functionality more elegant, using the fact that generating metadata should follow a pre-defined algorithm in all clients (e.g. instanceID is always 'uuid:'+uuid()). ~~Is metadata...

Some additions to the XForms 1.0 spec are in the `jr` namespace, others in `orx` and yet others not namespaced at all. We should come up with a convention (color,...

We've been touching on some bigger picture questions about `appearance`s in #108 #112 #111 and a couple other issues. It would be awesome to articulate some principles, processes and guidelines...

From https://forum.opendatakit.org/t/copy-a-field-into-another/6808/ > I wonder if using once() would meet your requirements. The name of this function is not very descriptive as it works like if_empty() and therefore wouldn't override...

needs discussion
good first issue

Hi, there is an issue in the collect repo: https://github.com/opendatakit/collect/issues/185. I would like to add support for unremovable groups to avoid deleting them. I've already prepared a solution but I...