Home › Forums › ACF PRO › Feature Request: 2 Step Delete › Reply To: Feature Request: 2 Step Delete
Thanks for the feature request. I do agree that this prompt is a good idea, however I feel that many devs would become frustrated at the decrease in speed to operate the repeater field.
I think a good solution at the moment would be to add a custom prompt like so:
add_action('acf/input/admin_footer', function(){
?>
<script type="text/javascript">
(function($) {
$('body').on('click', '.acf-repeater-remove-row', function( e ){
return confirm("are you sure?");
})
})(jQuery);
</script>
<?php
});
Cheers
E
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.