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

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

- Page: https://pluginprobe.com/plugins/fluentform/4.3.17/code/resources/views/admin/menu.php
- Raw: https://pluginprobe.com/plugins/fluentform/4.3.17/raw/resources/views/admin/menu.php
- Modified: 2022-10-18T12:22:58+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/4.3.17/code/resources/views/admin/menu.php#L10-L20`.

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

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