Home › Forums › Front-end Issues › Color-Picker Front-end › Reply To: Color-Picker Front-end
I have no other plugins running, only acf & stock wp.
my template src:
<?php acf_register_form(array(
'id' => 'save_meeting',
'post_id' => 'new_post',
'new_post' => array(
'post_type' => 'termin_type',
'post_status' => 'publish'
),
'post_title'=> true,
'post_content'=> false,
)); ?>
<?php acf_form("save_meeting"); ?>
Its just an custom type with some acf elements.
I know that the color-picker works in back-end & all other acf elements also on front-end. (E.g. date-time, post-object, map)
acf: 5.6.10 – git src
wp: 4.9.6
I also downgraded to an old acf version, but same result. I dont include any other resources manually.
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!
🚀 ACF & ACF PRO 6.0.7 are now available.
— Advanced Custom Fields (@wp_acf) January 18, 2023
✨This release contains bug fixes and improvements while we continue to work on the next major release of ACF.https://t.co/wQgAOpwmUI
© 2023 Advanced Custom Fields.
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 Cookie Policy. If you continue to use this site, you consent to our use of cookies.