Your IP : 18.224.138.39


Current Path : /home/e/p/h/ephorei/www/wp-content/plugins/sureforms/templates/forms/
Upload File :
Current File : /home/e/p/h/ephorei/www/wp-content/plugins/sureforms/templates/forms/blank-form.php

<?php
/**
 * Blank Form pattern.
 *
 * @link       https://sureforms.com
 * @since      0.0.1
 * @package    SureForms/Templates/Forms
 * @author     SureForms <https://sureforms.com/>
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

return [
	'title'            => __( 'Blank Form', 'sureforms' ),
	'slug'             => 'blank-form',
	'categories'       => [ 'sureforms_form' ],
	'templateCategory' => __( 'Basic', 'sureforms' ),
	'postTypes'        => SRFM_FORMS_POST_TYPE,
	'content'          => '',
	'isPro'            => false,
];