Home › Forums › Front-end Issues › Not show some fields in front end form › Reply To: Not show some fields in front end form
Thanks John,
This is my code, following your instructions, but I don’t get it to work. All fields are shown.
<?php
$options = array(
'fields' => array(
'field_57624bf5aaf38',
'field_57bd81ca68524',
'field_57bd8deef084b'
),
'submit_value' => 'Crear anuncio'
);
acf_form($options);
?>
Do I need any other elements in the array? Any clue?
Thanks a lot!
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.