roam-qgis / Roam

Simple data collection built using QGIS.
http://roam-docs.readthedocs.org/en/latest/
GNU General Public License v2.0
171 stars 61 forks source link

Field-less Widgets #230

Open skeenp opened 9 years ago

skeenp commented 9 years ago

Don't know if this is currently possible, but it would be good to be able to have a widget which is not linked to a field. Currently a config item which either:

Will either not show on the form or throw an error.

Sometimes it would be beneficial to have items like a check box which is not linked to a field, but on the form to control the visibility of other items or functions. Additionally you might want a first name & a surname widget which is concatenated in the background to a full name field.

NathanW2 commented 9 years ago

Yeah this is a good idea. Stuff like groups are also field-less widgets. I have thought about it in the past. Not a high priority for us at the current stage however open to pull requests or we might tackle it some time in the future.