PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 4.3.18
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v4.3.18
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 / docs / index.php

index.php in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 4.3.18, at resources/views/admin/docs/index.php

78 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php do_action('fluentform_global_menu'); ?>
2 <div class="ff_form_wrap">
3 <div class="ff_form_wrap_area">
4 <h2><?php _e('Help & Documentation', 'fluentform'); ?></h2>
5 <div class="ff_documentaion_wrapper">
6 <?php do_action('fluentform_before_documentation_wrapper'); ?>
7
8 <div class="ff_doc_top_blocks">
9 <div class="ff_block block_1_3">
10 <div class="ff_block_box text-center">
11 <img src="<?php echo esc_url($icon_path_url); ?>img/support.png"/>
12 <h3><?php _e('Need Expert Support?', 'fluentform') ?></h3>
13 <p><?php _e('Our EXPERTS would like to assist you for your query and any customization.', 'fluentform') ?></p>
14 <p><a target="_blank" class="button button-primary"
15 href="https://wpmanageninja.com/support-tickets/"><?php _e('Contact
16 Support', 'fluentform') ?></a></p>
17 </div>
18 </div>
19 <div class="ff_block block_1_3">
20 <div class="ff_block_box text-center">
21 <img src="<?php echo esc_url($icon_path_url); ?>img/fb_group.png"/>
22 <h3><?php _e('Join our facebook community', 'fluentform') ?></h3>
23 <p><?php _e('We have a strong community where we discuss ideas and help each other.', 'fluentform') ?></p>
24 <p><a target="_blank" class="button button-primary" href="https://www.facebook.com/groups/fluentforms/">
25 <?php _e('Join Facebook Group', 'fluentform') ?>
26 </a></p>
27 </div>
28 </div>
29 <div class="ff_block block_1_3">
30 <div class="ff_block_box text-center">
31 <img src="<?php echo esc_url($icon_path_url); ?>img/bug.png"/>
32 <h3><?php _e('Found a Bug?', 'fluentform') ?></h3>
33 <p><?php _e('Please report us and we promise we will fix that as soon as humanly possible', 'fluentform') ?></p>
34 <p><a target="_blank" class="button button-primary" href="https://github.com/fluentform/fluentform/issues">
35 <?php _e('Report Bug on Github', 'fluentform') ?>
36 </a></p>
37 </div>
38 </div>
39 </div>
40 <div class="ff_doc_top_blocks">
41 <div class="ff_block block_2_3">
42 <div class="ff_block_box text-center">
43 <h2><?php _e('Fluent Forms Video Tutorials', 'fluentform') ?></h2>
44 <div class="videoWrapper">
45 <iframe width="1280" height="720" src="https://www.youtube.com/embed/M_r-4Ernjj0?list=PLXpD0vT4thWG7KlcCpGWDSs0t6Wvs7xIJ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
46 </div>
47 </div>
48 </div>
49
50 <div class="ff_block block_1_3">
51 <div class="ff_block_box text-center">
52 <img src="<?php echo esc_url($icon_path_url); ?>img/love.png"/>
53 <h3><?php _e('Love this Plugin?', 'fluentform') ?></h3>
54 <p><?php _e('Please write a review in wp.org plugin repository. We appreciate it!', 'fluentform') ?></p>
55 <p><a target="_blank" class="button button-primary" href="https://wordpress.org/support/plugin/fluentform/reviews/#new-post">
56 <?php _e('Write Review', 'fluentform') ?>
57 </a></p>
58 </div>
59 <div style="margin-top: 20px;" class="ff_block_box">
60 <h3><?php _e('User Guides', 'fluentform') ?></h3>
61 <p><?php _e('Please check the following', 'fluentform') ?><b<?php _e(' Tutorials and Documentations ', 'fluentform') ?></b> <?php _e('for getting started with Fluent Forms', 'fluentform') ?> </p>
62 <ul>
63 <?php foreach ($user_guides as $user_guide): ?>
64 <li><a target="_blank"
65 href="<?php echo esc_url($user_guide['link']); ?>"><?php echo esc_html($user_guide['title']); ?></a>
66 </li>
67 <?php endforeach; ?>
68 </ul>
69 </div>
70 </div>
71 </div>
72
73 <?php do_action('fluentform_after_documentation_wrapper') ?>
74
75 </div>
76 </div>
77 </div>
78