Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
I was looking through the repeatable regions documentation and I wasn't seeing anything that says how to make an editable region repeatable via an end-user.

Basically I am using the Members Module addon to register users, and on the register form I have a field that could have multiples of it. I want the user to be able to fill out the first version of this field and be able to click a "add another" button to add more.

Is this possible to do it on the front-end?
We can't make Repeatable regions being posted from Front-end at this time.
Maybe you could try to define only one <cms:editable type="text">, and user could type in it
"option 1 | option 2 | option 3"
Than you will use Couch <cms:each> tag with "|" separator?
It can be beautifully JS organized with "add another" button etc.
Ah that's what I was afraid of. That's a good idea with the Javascript though I might give that a try.

Thanks!
@musman
We can't make Repeatable regions being posted from Front-end at this time

Actually we *can* use repeatable-regions on the front-end - please see the following
viewtopic.php?p=17291#p17291

What we cannot do is set its value programmatically (as discussed here - viewtopic.php?f=4&t=8704). I think that is what confused you.

There is no problem in using it in databound fashion e.g. the following should work just fine
<cms:input name='my_repeatable' type='bound' />
Thanks for correction, KK, I've forgotten about that thread...
5 posts Page 1 of 1
cron