Support

Account

Home Forums Front-end Issues acf_form on user profile Reply To: acf_form on user profile

  • Dear @ahmed-abdelaziz please can you help me I have the same proble as @ruslancc
    my acf_form doesn’t updated after I clicked submit button

    this is my code :

    $options = array(
    ‘post_id’ => ‘user_’.$current_user->ID,
    // ‘Username’ =>’user_’.$current_user->user_login,
    // ‘user_email’ =>’user_’.$current_user->email,
    ‘field_groups’ => array(38),
    ‘form’ => true,
    ‘return’ => add_query_arg( ‘updated’, ‘true’, get_permalink() ),
    ‘html_before_fields’ => ”,
    ‘html_after_fields’ => ”,
    ‘submit_value’ => ‘update’
    );
    acf_form( $options );