| 1 |
<div class="add_on_modules"> |
| 2 |
<div style="margin-bottom: 0px" class="modules_header"> |
| 3 |
<div class="module_title"> |
| 4 |
Fluent Forms PDF Modules |
| 5 |
</div> |
| 6 |
<p> |
| 7 |
Generate PDF from your form submissions. You can create PDF templates and download / send via email too. |
| 8 |
</p> |
| 9 |
</div> |
| 10 |
<div style="padding: 45px 20px;display: block;" class="modules_body"> |
| 11 |
<?php if(!$is_installed): ?> |
| 12 |
<div style="text-align: center" class="install_wrapper"> |
| 13 |
<h2>PDF Module is not installed yet. Please install now (it's free)</h2> |
| 14 |
<a class="button-primary" href="<?php echo $install_url; ?>">Install Fluent Forms PDF Addon</a> |
| 15 |
</div> |
| 16 |
<?php else: |
| 17 |
do_action('fluentform_addons_page_render_fluentform_pdf_settings'); |
| 18 |
endif; ?> |
| 19 |
|
| 20 |
</div> |
| 21 |
</div> |
| 22 |
|