Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormBuilder: Change all submitted fields to not be view only #51

Open
shaneonabike opened this issue Jul 18, 2024 · 0 comments
Open

FormBuilder: Change all submitted fields to not be view only #51

shaneonabike opened this issue Jul 18, 2024 · 0 comments

Comments

@shaneonabike
Copy link

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

  1. Create a Form Builder form
  2. Attempt to add the fields to the form
  3. You cannot add them to the Add section, but can add them in the Values section
    Selection_014

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 :( )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant