-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fields dependent on others (conditional fields) #478
Comments
The appearance of the section depending on the radio, select, checkbox value would be cool too, so it would be possible to encapsulate fields into sections. |
What is the status on this? I just found formBuilder and found it almost suits my needs. :) Except for on this particular issue. |
Hello! I am also really in need of this feature. Is this something that could be developed? I could put some work in if need be. My idea would be to customize the attributes that appear inside the "edit field" view. I'm not sure how to edit this content, and per #669 maybe nobody is...? My approach would be:
I think this would be a good starting point, and would limit too many failures as you are going to lock it down to be pretty closed types. The above mentions the other consideration for this feature. This is both a complicated frontend and backend issue. The rendered forms will have to change a good bit, especially depending on how the conditional fields are showing or hiding. Anyways, that's my brainstorming on this. I'm going to start digging into the source and see if I can figure it out. Honestly this form builder is so close to exactly what I need, and the only thing I don't have here is the conditional logic. I would love some insight if you have any @kevinchappell as far as how to implement any of this. Thanks! |
Hello! Is there any progress on this feature? Are there any plans to make this work in the future? I've been actively using this plugin and I there has been the urge for this type of feature. Thanks! |
@Darthmaul excellent writeup on this, certainly a lot to consider. I have conditional fields working for another form building library and would be willing to port some stuff to formBuilder from it. @DavidPLamas no progress in formBuilder yet. The edit panel would need to become tabbed to fit conditional settings into it, in my opinion its already too large for some fields. At the moment I'm focused on conditional fields for Formeo, once 1.0 is released I can look at adding them to formBuilder too. |
Hello, Is there any progress in this feature? I have been using this form builder for the past few months and this feature would be a great addition to the form builder. It is an important requirement of my project too. |
How I add Conditional Logic in Form Builder |
Hello, Is there any progress in this feature? I need to add Conditional Logic in Form Builder. Thanks in advance. |
I am working on a plugin at the moment to add conditional logic. Simple functionality which would suit my needs. Any field can depend on a checkbox, radio or select box. If they are selected, then a field container would become visible and its validation would apply. If thats what people are looking for I can package it up as a deployable alongside formbuilder. |
As promised |
|
Hi, |
Unfortunately I don't have much time right now so I won't be looking at this functionality. But you can normally achieve the same by just chaining your depends. A depends on B depends on C. That is B is only seen if C is a value, then A is only seen if B is a value (and obviously seen, thats the chained dependency) |
Thanks for reply. |
Ok, but unfortunately the change from depend on 1 to depend on n changes the scope enough for the work involved to be quite significant which I don't have time for currently so I won't be able to get to this until I have a current project myself which requires it |
Hello, Is there any progress in this feature? I need to add Conditional Logic in Form Builder. |
Hello, Is there any progress in this feature? I am also really in need of this feature. |
At the current time there is no work being done on this feature request. PRs are welcome or a Sponsor for the feature. |
How much do you need to sponsor this feature @lucasnetau ? |
It is surprising how there is such a low demand on this feature. I love the framework, but conditional logic is main reason I am forced to search for alternatives. |
I really need this ability too. @Boffice which library are you using instead? |
Is it possible to add custom properties to fields in order to save which field is dependent on?
For example a field must appear only if a checkbox is checked or a date input is greater than something.
Is it planned to implement this feature in formBuilder?
The text was updated successfully, but these errors were encountered: