# fluentform/1.2.4/fluentform.php

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

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/fluentform.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/fluentform.php
- Modified: 2018-02-03T11:29:32+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/fluentform.php#L10-L20`.

```php
<?php
/*
Plugin Name: FluentForm
Description: The most advanced drag and drop form builder plugin for WordPress.
Version: 1.2.4
Author: WPFluentForm 
Author URI: https://wpfluentform.com
Plugin URI: https://wpfluentform.com/
License: GPLv2 or later
Text Domain: fluentform
Domain Path: /resources/languages
*/

defined('ABSPATH') or die;

defined('FLUENTFORM') or define('FLUENTFORM', true);

include "framework/Foundation/Bootstrap.php";

use FluentForm\Framework\Foundation\Bootstrap;

Bootstrap::run(__FILE__);

```
