Repeater collapser in front-end form
-
Hello any solutions for this? I made a front-end options page form with repeaters, but the problem is that the collapser won’t show up. Plugin won’t show up and the repeaters are all exposed and expanded. please help
<html>
<head>
<?php wp_head(); ?>
<?php acf_form_head(); ?>
</head>
<body>
<?php $args = array(
‘post_id’ => ‘options’,
‘field_groups’ => array(27),
‘updated_message’ => ‘Submitted successfully.’
);
acf_form($args); ?>
<?php wp_footer(); ?>
</body>
</html>https://www.ads-software.com/plugins/advanced-custom-field-repeater-collapser/
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Repeater collapser in front-end form’ is closed to new replies.