Support

Account

Home Forums Add-ons Repeater Field update_field() with repeater fields issue Reply To: update_field() with repeater fields issue

  • Hi @chrisg

    $post_id = $pid; should be $post_id = "user_{$pid}";

    Please also debug your code before using the update_field function to make sure all the data is correct.

    it is most likely that $pid is not what you think it is.

    Thanks
    E