# fluentform/1.2.4/resources/views/admin/form/settings.php

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

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/resources/views/admin/form/settings.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/resources/views/admin/form/settings.php
- Modified: 2018-02-03T11:29:32+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/1.2.4/code/resources/views/admin/form/settings.php#L10-L20`.

```php
<?php do_action('fluentform_before_form_settings_app', $form_id); ?>
<div id="ff_form_settings_app">
    <div v-loading="!app_ready" element-loading-text="Loading Settings..." style="min-height: 100px;">
	    <component v-if="app_ready" :form_id="form_id" :is="current_component"
                   :form="form" :inputs="inputs" :has_pro="hasPro"
        ></component>
    </div>
</div>
<?php do_action('fluentform_after_form_settings_app', $form_id); ?>

```
