Hide button after event

marce 21 Mar, 2019
Hi

I created an order form with 20 rows lines all are hidden but one. You are able to add a new order row by clicking the green button.

My issue is this:
I click green button 1 and an event is triggered that shows row 2 with button 2 (that subsequently can trigger row 3 and so on) - see screenshot
I created an event in the first field of row 2 that should hide button 1 when the field is visible (or so I think), but it only does so if I click on the first field.

It would be cool if clicking button 1 also could trigger an event that hides button 1 and shows button 2 at the same time. But as it is now it is only possible to add 1 event per button. In contrast I can add all the events I want with the text fields of which is fantastic, when you are not a coder like me.

So how can I manage to hide button 1 at the same time as I click it? So I don't end up with a pile of green buttons every time I click it🙂

I hope somebody can help me🙂

Hide button after event image 1
healyhatman 21 Mar, 2019
Or you could just use a repeater area?
marce 21 Mar, 2019
Ok thank you, I will take a look at it🙂
This topic is locked and no more replies can be posted.