# fluentform/3.6.50/resources/views/admin/form/entries.php

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.50/code/resources/views/admin/form/entries.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.50/raw/resources/views/admin/form/entries.php
- Modified: 2020-06-18T18:27:22+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.50/code/resources/views/admin/form/entries.php#L10-L20`.

```php
<div class="ff_form_entries" id="ff_form_entries_app">
    <router-view
        :form_id="<?php echo $form_id; ?>"
        :has_pdf="<?php echo $has_pdf; ?>"
    />
</div>

```
