# fluentform/3.6.40/resources/views/public/preview_form.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 3.6.40. 6 lines.

- Page: https://pluginprobe.com/plugins/fluentform/3.6.40/code/resources/views/public/preview_form.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.40/raw/resources/views/public/preview_form.php
- Modified: 2019-12-31T13:00:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/3.6.40/code/resources/views/public/preview_form.php#L10-L20`.

```php
<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">You are viewing preview version of <?php echo $form->title; ?>. Public users can not see this form. Please use shortcode to embed this form.</p>
	</div>
	<?php echo do_shortcode('[fluentform id="'.$form->id.'"]'); ?>
</div>
```
