• Gerwin

    (@gerwinbosscha)


    Is there a way to hide the first group of fields? So it shows only the add button at first.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Felipe Elia

    (@felipeelia)

    Hi!

    Can you please explain your use case a bit further?

    You could achieve that through a custom javascript code, I guess, but I’d like to understand better your problem to provide better advice.

    Thanks!

    Hi,

    I was looking same requirement i need to hide group fields but not the ADD button.

    when click on the ADD button the group fields should appear.

    Please guide me how to fix this,

    Thanks

    I was looking for a solution for this as well, in my case I was trying to hide the add more every time that I click the button so I dont get repetitive buttons of ADD more in each row. I was trying to acomplish that using jquery so I add a custom class to my button and then hide it on click, but it only works in first button,

    here is my jquery

    $(‘.hidebutton’).click(function() {
    $(this).hide();
    });

    Anyone could help me ?

    • This reply was modified 5 years, 6 months ago by joaorocco.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide first group of fields’ is closed to new replies.