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

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

- Page: https://pluginprobe.com/plugins/fluentform/4.3.18/code/resources/views/admin/form/editor.php
- Raw: https://pluginprobe.com/plugins/fluentform/4.3.18/raw/resources/views/admin/form/editor.php
- Modified: 2022-10-19T15:11:12+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/4.3.18/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>
```
