Announcement

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

    How to add a text item to a dynamic form on click of a button?

    I need to create a dynamic form that is capable of adding a text item to the dynamic form on click of a button in that dynamic form.I am not getting how to do that.we need to add all form items to dynamic form at a time.so,how can i add a new form item to the dynamic form based on an occurance of an event.

    #2
    At the moment, you do this by calling setItems(). Just factor the creation of the set of items into a method.

    Alternatively, FormItems have a showIf handler that you can use to make an item conditionally visible.

    Comment

    Working...
    X