Home › Forums › Front-end Issues › Adding Custom Markers to Map Field in Frontend Form › Reply To: Adding Custom Markers to Map Field in Frontend Form
Hey, care to share the code you used to actually set custom pin? I have a similar case, although I call entire group of fields on my page.php like that
<?php
acf_form(array(
'post_id' => 'new_post',
'field_groups' => array( 72 ),
'new_post' => array(
'post_type' => 'post',
'post_status' => 'publish',
),
'submit_value' => '[+] Send',
'return' => '/',
'html_submit_button' => '<input type="submit" id="addsignal" value="%s" />'
));
?>
… and I’m really stuck on how to pass custom pin parameters. Thanks.
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.