Thanks for the response. I was afraid so.
Repeaters datas are storing in same rows after submit.. how store data individual for each repeater?
Can you show an example? I don't completely understand what you wrote.
If i using repeaters in forms for exampe : repeater A : i enetered text "ALPHA" , repeater B: i enetered text "BETA" and repeater C: i enetered text "OMEGA" after submit and checked in views.. the entered text are in same rows like alpha,beta,omega.. i want that in individual row...
Let me drill down on this a little to make sure we have the same understanding about your issue. A repeater field is an embedded form. When you add fields to a repeater your are dataset for every entry to follow. Every row is one repeater field form entry.
There are a couple of reasons you might repeater data displayed as alpha,beta,omega, especially when testing a view. Because repeater fields are forms, you have to loop through the to display the HTML has you want to appear. If I understand what's happening, you'll find your answer here: https://formidableforms.com/knowledgebase/repeatable-section/
Please login or Register to submit your answer