# fluentform/3.6.41/resources/views/admin/addons/pdf_promo.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 3.6.41. 22 lines.

- Page: https://pluginprobe.com/plugins/fluentform/3.6.41/code/resources/views/admin/addons/pdf_promo.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.41/raw/resources/views/admin/addons/pdf_promo.php
- Modified: 2020-04-29T15:54:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/3.6.41/code/resources/views/admin/addons/pdf_promo.php#L10-L20`.

```php
<div class="add_on_modules">
    <div style="margin-bottom: 0px" class="modules_header">
        <div class="module_title">
            Fluent Forms PDF Modules
        </div>
        <p>
            Generate PDF from your form submissions. You can create PDF templates and download / send via email too.
        </p>
    </div>
    <div style="padding: 45px 20px;display: block;" class="modules_body">
        <?php if(!$is_installed): ?>
        <div style="text-align: center" class="install_wrapper">
            <h2>PDF Module is not installed yet. Please install now (it's free)</h2>
            <a class="button-primary" href="<?php echo $install_url; ?>">Install Fluent Forms PDF Addon</a>
        </div>
        <?php else:
            do_action('fluentform_addons_page_render_fluentform_pdf_settings');
        endif; ?>

    </div>
</div>

```
