$file = get_field('catalog');
if( $file ) {
$url = wp_get_attachment_url( $file );
}
on_sent_ok: "location = 'url to pdf file here';"
<a id="catalog_url" class="hidden" href="<?php echo $url; ?>">Каталог</a>
on_sent_ok: "window.location.href = jQuery('#catalog_url').attr('href');"