Support

Account

Home Forums Front-end Issues Front end form instruction_placement not working

Helping

Front end form instruction_placement not working

  • I’m trying to customize the front end acf_form and everything is working great except for getting label placements to display properly.

    here is what I have:

       $args = array(
              'post_id' => 'new',
              'field_groups' => array( 58, 61 ),
              'submit_value' => 'Submit Startup',
              'instruction_placement' => 'field',
              'return' => add_query_arg( 'updated', 'true', get_permalink() ), // return url
           
              );
    
              acf_form( $args ); 

    The form works perfectly, but I can’t get the form instruction placement to change at all. I’d like it to display below the field

  • I know this is an old post, but I am facing the same bug. Any change this could get a fix soon?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Front end form instruction_placement not working’ is closed to new replies.