# fluentform/3.6.51/resources/views/admin/settings/settings.php

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.51/code/resources/views/admin/settings/settings.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.51/raw/resources/views/admin/settings/settings.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.51/code/resources/views/admin/settings/settings.php#L10-L20`.

```php
<?php do_action('fluentform_before_global_settings_option_render'); ?>

<div class="ff_global_settings_option" id="ff_global_settings_option_app">
    <component
        :settings_key="settings_key"
        :is="component"
        :current_component="component"
        :app="App"
    ></component>
</div>

<?php do_action('fluentform_after_global_settings_option_render'); ?>

```
