You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating a new Form Builder with an Activity and attempting to add the Contact Update fields (for users to fill out) they weren't available.
How to reproduce
Create a Form Builder form
Attempt to add the fields to the form
You cannot add them to the Add section, but can add them in the Values section
What was expected
The ability to add these fields for users to fill out and create an Activity
Solution
As it turns out, Form Builder doesn't load custom fields that are set to "is_view": "1" (ref), but regardless they are set as Read-only so cannot be modified normally.
I would suggest that all the *_applied be modified to "is_view": "0". I think leaving the others to not being able to be modified makes a load of sense.
Thoughts? I would be happy to provide a patch, but I suspect this is going to catch others off guard like it did for me (It took me like a few hours to figure out why :( )
The text was updated successfully, but these errors were encountered:
While creating a new Form Builder with an
Activity
and attempting to add the Contact Update fields (for users to fill out) they weren't available.How to reproduce
What was expected
The ability to add these fields for users to fill out and create an Activity
Solution
As it turns out, Form Builder doesn't load custom fields that are set to
"is_view": "1"
(ref), but regardless they are set as Read-only so cannot be modified normally.I would suggest that all the
*_applied
be modified to"is_view": "0"
. I think leaving the others to not being able to be modified makes a load of sense.Thoughts? I would be happy to provide a patch, but I suspect this is going to catch others off guard like it did for me (It took me like a few hours to figure out why :( )
The text was updated successfully, but these errors were encountered: