How to add input components into a Repeater?

Hi,

I am trying to use a repeater to display a list of Lesson objects, each of the objects has its own variables, like period, AM/PM, participants…so by using the repeater, I also want the user to be enabled to not only view available lessons, but also set their preferred period, AM/PM and participants, and finally the set lessons will be written to my database so I can know who will go which lesson…

This video demonstrates my problem.

So is there any way I can use input components in repeater? Or do I need to customise a html interface in the html frame?

Thanks
Jack

Hi,

Unfortunately, Repeaters does not support input components currently.
We know that this is requested and doing everything we can to make it possible.

Liran.

Hi,
Following comment chain - Is it possible now?
Whether this functionality is workable? - User input inside a repeater!

ISSUE HERE - I want to add 4 option radio button (user input element) inside the repeater as this is like a multiple choice question (data source being database collection). Now I am wanting that user input choice to be stored in the database collection for later use.

Please come in touch regarding this issue.
Thanks!

See these two examples for input components in a Repeater:

Input Components in Repeater

Use input components in a repeater, and apply inline and global actions to repeater content.

To-Do List

Let users create, filter, and update their own customized to-do list . The same functionality can be created using data binding or with the Wix Data API.