Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Dynamically remove fields of DynamicForm

    Hi,

    I'd like in my code to dynamically remove formitem of my dynamicform

    Is something like form.removeAllFields() exists or may be made ?

    Regards,
    Denis.

    #2
    No, this has been rehashed many times, you can dynamically add or remove from the form. You can however use show()/hide() on formItems. If you search I've posted code before that does let you dynamically add/remove but it is unsupported and unofficial code.

    Comment

    Working...
    X