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

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.64/code/resources/views/admin/form/editor.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.64/raw/resources/views/admin/form/editor.php
- Modified: 2018-03-19T08:54:20+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.64/code/resources/views/admin/form/editor.php#L10-L20`.

```php
<div>
	<?php do_action('fluentform_before_editor_start'); ?>
	<div 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>
```
