Hey,
I have a page with a repeater, the repeater is made up of 4 subfields (1 select and 3 plain text).
For example, I have rows 1,2,3. Then I create row 4. When I click save, the 4th row is empty when the page reloads. If I hit save again, the empty 4th row is removed, as well as row 3.
So, if I have an empty last row and hit "update", the empty+last row with content gets deleted. If I add a new row, it gets emptied on "update".
Haven't seen this before, and I've used the repeaters in many scenarios. I've tried redoing the field from scratch, but the problem just appears every time on this site.
Using latest ACF and WP. Tried disabling all other plugins etc.
Thoughts?
UPDATE: Seems to trigger when I pass 24 rows. So row 25+ gets deleted and cleared like I described above.
UPDATE 2: Ok, so I had the fields exported and in my functions.php. I've now tried deleting all my fields from functions.php, and making sure that there are no fields in ACF. My repeater STILL shows up, even though I don't have a single field registered, so I'm guessing this is the problem. Somehow the repeater is being registered twice, but where can this duplicate field be coming from if ACF is totally empty, and not a single field is registered in functions.php?
I have a page with a repeater, the repeater is made up of 4 subfields (1 select and 3 plain text).
For example, I have rows 1,2,3. Then I create row 4. When I click save, the 4th row is empty when the page reloads. If I hit save again, the empty 4th row is removed, as well as row 3.
So, if I have an empty last row and hit "update", the empty+last row with content gets deleted. If I add a new row, it gets emptied on "update".
Haven't seen this before, and I've used the repeaters in many scenarios. I've tried redoing the field from scratch, but the problem just appears every time on this site.
Using latest ACF and WP. Tried disabling all other plugins etc.
Thoughts?
UPDATE: Seems to trigger when I pass 24 rows. So row 25+ gets deleted and cleared like I described above.
UPDATE 2: Ok, so I had the fields exported and in my functions.php. I've now tried deleting all my fields from functions.php, and making sure that there are no fields in ACF. My repeater STILL shows up, even though I don't have a single field registered, so I'm guessing this is the problem. Somehow the repeater is being registered twice, but where can this duplicate field be coming from if ACF is totally empty, and not a single field is registered in functions.php?