- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a record producer with a reference field. This works as expect. However, I want to give users the ability to edit the field on the form and put any value in the field. And I want that value to show up on the submitted record.
I seem to remember being able to allow users to edit a selectbox? choicelist? Something, so they could add a value if it wasn't listed in the choices.
Is this doable?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @ericgilmore ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @ericgilmore ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
After looking into the table referenced, and re-evaluating the requirements, which did not allow for updates to the referenced table via form submission . I just added a checkbox to the form directly beneath the reference field (Not found?). Once set active (✓) I displayed another field with a hint about the values needed (i.e. pie | apple | frozen), set the original field (mandatory==false, readonly) so an admin/lead could examine the request/entry for possible future inclusion in the referenced table.