Hello.
I set up a repeatable field group with an image and a textfield.
I'm looking for a way to show the "+Add" button after the last inserted field group, and to view them, by default, from the first to the last.
The current structure is:
|======================|
|[+Add] |
|... |
|image+textarea 3 |
|image+textarea 2 |
|image+textarea 1 |
|======================|
I need to show something like this:
|======================|
|image+textarea 1 |
|image+textarea 2 |
|image+textarea 3 |
|... |
|[+Add] |
|======================|
Thank you