build
build copied to clipboard
ODK Build is a drag-and-drop form designer for ODK XForms. Thousands of users around the world depend on it for their data collection campaigns. Contribute and make the world a better place! ✨📝✨
**Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:30 GMT_ _Originally opened as https://github.com/opendatakit/opendatakit/issues/440 (0 comment(s))_ ---- Originally reported on Google Code with ID 439 ``` these are pretty nitpicky,...
It's possible to get into a state where forms can't be exported to XML but no error shows either in the user interface or on the console. I'm experiencing this...
This feature would prevent Collect to default to the first language by alphabetical order. As per Xforms spec: > A default=”” attribute can be added to a to make it...
The new help pane at the bottom of the sidebar could use some love and additional content.
See https://docs.getodk.org/form-question-types/#scaling-down-images
## Problem v0.3.7 works using the development server, but logs the user out unexpectedly when using the production server. This indicates a broken setting on the server side. ## Fix...
Create a new form, add a few controls which will be numbered untitled1, untitled2, etc. Open a new form and the numbering will continue where it left off rather than...
* This might be replacing textboxes with dropdows per @lognaturel's suggestion. * Or it might be simply displaying example values based on what has been seen. Either way, I'm not...
Currently date constraints have XML output that looks like `"(. >= '2018-01-01') and (. <= '2018-03-31')" ` The XML output should instead be something like `constraint="(. >= date('2018-01-01')) and (....
ODK docs: https://docs.getodk.org/form-question-types/#image-map-select-widget XForms spec: https://getodk.github.io/xforms-spec/#appearances