Yves Peynaud
Hello all, I wonder if someone know how to do that (I haven't found any clue in the official Formidable documentation): I have a form (A) with a repeating section field (SF) owning a repeated text field (TF). I simply need to add a new TF entry in the repeating section programmatically (actually when another form (B) entry is created, so I use the 'frm_after_create_entry' action hook for that). I already do this kind of things easily for NOT-repeating fields, and I didn't imagine it would be complicated to do it for repeating fields, but it is actually! The database structure for such repeating fields is quite complex, and I haven't succeeded in crafting the code yet. Does anyone know how to do that? Thanks in advance! Yves.