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๐
โ
โ
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๐
โ

Or you could just use a repeater area?
This topic is locked and no more replies can be posted.