X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/fluentformpro/src/views
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
fluentformpro
/
src
/
views
/
📁
..
📄
.htaccess
(420 B)
📄
analytics_view.php
(30 B)
📄
frameless_view.php
(1.38 KB)
📄
landing_page_view.php
(3.42 KB)
📁
receipt
📄
step_form_entries.php
(121 B)
Editing: landing_page_view.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <meta http-equiv="Imagetoolbar" content="No"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if($settings['featured_image']): ?> <meta property="og:image" content="<?php echo $settings['featured_image']; ?>"> <?php endif; ?> <?php if($settings['description']): ?> <meta property="og:description" content="<?php echo strip_tags($settings['description']); ?>"> <?php endif; ?> <?php wp_head(); ?> <style type="text/css"> <?php if($isEmbeded): ?> body.ff_landing_page_body { font-family: system-ui, -asystem, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; } .ff_landing_wrapper { padding: 10px 20px !important; } .ff_landing_page_body.ff_landing_iframe .ff_landing_wrapper .ff_landing_form { max-width: 100%; margin: 0; padding: 0; box-sizing: border-box; } <?php endif; ?> <?php if($settings['background_image'] && !$isEmbeded): ?> body.ff_landing_page_body { background-image: url("<?php echo $settings['background_image']; ?>") !important; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; background-attachment: fixed; } body.ff_landing_page_body::after { background-color: #6f6f6f; content: ""; display: block; position: fixed; top: 0px; left: 0px; width: 100%; z-index: -1; opacity: 0.4; bottom: 0; right: 0; } <?php endif; ?> body.ff_landing_page_body { line-height: 1.65714285714286; } </style> <style id="ff_landing_css" type="text/css"> body.ff_landing_page_body { border-top-color: <?php echo $bg_color; ?> !important; background-color: <?php echo $bg_color; ?>; } </style> </head> <body class="ff_landing_page_body ff_landing_page_<?php echo $form_id; ?> <?php if($isEmbeded) { echo 'ff_landing_iframe'; } ?>"> <div class="ff_landing_wrapper ff_landing_design_<?php echo $settings['design_style']; ?>"> <div class="ff_landing_form"> <?php if($has_header): ?> <div class="ff_landing_header"> <?php if($settings['logo']):?> <div class="ff_landing-custom-logo"> <img src="<?php echo $settings['logo']; ?>" alt="Form Logo"> </div> <?php endif; ?> <?php if($settings['title']): ?> <h1><?php echo $settings['title']; ?></h1> <?php endif; ?> <?php if($settings['description']): ?> <div class="ff_landing_desc"> <?php echo $settings['description']; ?> </div> <?php endif; ?> </div> <?php endif; ?> <div class="ff_landing_body"> <?php echo do_shortcode($landing_content); ?> </div> </div> </div> <?php wp_footer(); ?> </body> </html>
Upload File
Create Folder