PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 6.2.14
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v6.2.14
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 / app / Views / frameless / edit-entry.php

edit-entry.php in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 6.2.14, at app/Views/frameless/edit-entry.php

26 lines 692 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 defined('ABSPATH') or die;
4
5 ?>
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
9 <head>
10 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
11 <meta http-equiv="Imagetoolbar" content="No"/>
12 <meta name="viewport" content="width=device-width, initial-scale=1">
13 <title><?php esc_html_e('Preview Form', 'fluentform') ?></title>
14 <?php
15 wp_head();
16 ?>
17 </head>
18 <body>
19 <div id="preview_top">
20 <?php echo do_shortcode('[fluentform id="142"]'); ?>
21 </div>
22 <?php
23 wp_footer();
24 ?>
25 </body>
26 </html>