I’ve got a repeater with 2 input elements. I want to achieve that the first element of the repater expands when the page is ready.
It’s that simple but I have tried several codes from other users but nothing helped me out.
It should look like:
$w.onReady(function () {
firstElementOfRepeater.expand();
}