Created
July 28, 2016 09:36
-
-
Save barrykooij/718207a0f4ad9d2238c1c0423fa36d39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( '' != $dlm_download->{DLM_GF_Constants::META_FORM} && 0 != $dlm_download->{DLM_GF_Constants::META_FORM} ) { | |
?> | |
<section id="na_pre_dl_form"> | |
<p><span class="gfield_required">*</span> required field</p> | |
<!-- Output the download form --> | |
<?php echo do_shortcode( '[dlm_gf_form download_id=' . $dlm_download->id . ']' ); ?> | |
<!-- Now we return to your regularly scheduled programm --> | |
</section> | |
<?php | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked, @barrykooij ! Only one fatal issue remaining, which I've re-raised in the latest email. Thanks!