Support

Account

Home Forums ACF PRO Options page in front-end Reply To: Options page in front-end

  • Sorry, ignore me – realise that you have to explicitly call the fields / field groups rather than the whole form…

    >>>

    Hi @hube2

    I’m trying to do this but just nothing on the front end apart from my submit button.

    Code:

    
    <?php acf_form(array(
    	'post_id' => 'options',
    	'submit_value'	=> 'Update settings',
    	'return' => add_query_arg( 'updated', 'true', home_url() . '/settings' ),
    )); ?>
    

    Any idea?

    cheers

    Mike