PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 3.6.64
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v3.6.64
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
fluentform / resources / views / admin / addons / pdf_promo.php

pdf_promo.php in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 3.6.64, at resources/views/admin/addons/pdf_promo.php

22 lines 850 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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