Good afternoon. I have a problem. I can’t pass data to ACF from WPForms. Normal fields are passed, such as text, number… But I don’t understand how to pass data to fields like “Group”, “Repeater”… How do I transfer data to the repeater? After all, I can only write the field name, and I can’t write php code.
I am looking for the same solution
This is not possible without writing your own code. You would need to write a filter or action that was called when WPForms form is submitted and do the updates. I do not know of any examples of this.
What PHP are you using in your functions.php file now?
How can I create smart tag in WP forms ?