Posts: 5
Threads: 4
Joined: Dec 2017
Reputation:
0
We have a database with form questions that we use in a few different contexts. I'm curious if anyone has come up with a way to have the form read and display the text from a database. Or even to be able to submit form field directly to a database other than the formtools one.
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hey goffley, interesting scenario.
The field labels are all stored in the Form Tools database, of course, but the interface always pulls from that field when displaying the field labels - so it's the same in all contexts. I'm trying to think of how you'd ideally do this from a UI point of view... maybe the option to override field labels on a per-View basis?
Ben