File "preview_form.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/app/Views/public/preview_form.php
File size: 470 bytes
MIME-type: text/plain
Charset: utf-8

<div id="ff_preview" class="fluent_form_demo">
	<div style="background: #eee;color: black;padding: 10px 10px;margin-bottom: 20px;" class="ff_demo_notice">
		<p style="margin-bottom: 0px"><?php _e('You are viewing preview version of ', 'fluentform'); ?><?php echo $form->title; ?><?php _e('. Public users can not see this form. Please use shortcode to embed this form.', 'fluentform'); ?></p>
	</div>
	<?php echo do_shortcode('[fluentform id="'.$form->id.'"]'); ?>
</div>