# fluentform/1.2.4/resources/views/admin/all_forms.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/all_forms.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/resources/views/admin/all_forms.php
- Modified: 2017-12-29T16:40:50+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/all_forms.php#L10-L20`.

```php
<div class="wrap ff_form_wrap">
	<?php do_action('fluentform_before_all_forms_render'); ?>
	<div class="ff_all_forms" id="ff_all_forms_app">
		<ff_all_forms_table></ff_all_forms_table>
	</div>
	<?php do_action('fluentform_after_all_forms_render'); ?>
</div>
```
