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

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

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/resources/views/admin/form/editor.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/resources/views/admin/form/editor.php
- Modified: 2018-01-05T14:45:34+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/editor.php#L10-L20`.

```php
<div>
	<?php do_action('fluentform_before_editor_start'); ?>
	<div class="ff_all_forms" id="ff_form_editor_app">
		<ff_form_editor v-if="!loading" :form="form" :form_saving="form_saving" :save_form="saveForm"></ff_form_editor>
	</div>
	<?php do_action('fluentform_after_editor_start'); ?>
</div>
```
