Support

Account

Home Forums Add-ons Repeater Field How to add repeater field entry via hook or filter? Reply To: How to add repeater field entry via hook or filter?

  • I am using gravityforms for my front end form. As we know, there is no seamless way of integrating acf and gravityforms.

    Gravityforms does not have a form field like the repeater field of acf although they do use a list form field. But the list field differs with the acf repeater field. In order for me to save the list field entries to the acf repeater field. I need to use a filter to get the values of its list field and then store its values into an array.

    so is there a way to put this value into the repeater field by using a hook or filter? like the update_field? but im not sure if this will work with a new post.