Support

Account

Home Forums ACF PRO Add a field from the ACF Pro in the form WP User Frontend Pro Reply To: Add a field from the ACF Pro in the form WP User Frontend Pro

  • Hi @ingwine

    I believe you need to get the posted data manually using the $_POST["acf"]["field_1234567890"] where “field_1234567890” is the field key of the flexible field. You can update the field using update_field().

    I hope this helps.