Support

Account

Home Forums ACF PRO ACF Form on WooCommerce profile page not saving Reply To: ACF Form on WooCommerce profile page not saving

  • I have changed the line:
    if ( !empty($post) && has_shortcode( $post->post_content, ‘my_acf_user_form’ ) ) {

    for this other:
    if ( !empty($_POST) && $_POST[“_acf_screen”] == “acf_form” ) {

    and now it seems it works!