# fluentform/3.6.42/resources/views/admin/menu.php

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.42/code/resources/views/admin/menu.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.42/raw/resources/views/admin/menu.php
- Modified: 2017-12-29T16:40:50+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.42/code/resources/views/admin/menu.php#L10-L20`.

```php
<div class="fluent-forms" id="fluent-forms-app"></div>

<script>
    window.FormApp = <?php echo json_encode([
        'plugin' => $plugin
    ]); ?>
</script>
```
