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
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.