HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/wp-content/themes/vanilla/blog-set/forms/README.txt
## forms/

### Overview

This directory holds forms that may be used in various places throughout the theme. 

These forms can be included in other theme files using the following code:

	<?php cfct_form('comment'); ?>

Where `comment.php` is the name of the file in the _forms/_ directory that you want to include.


### Supported Override Filenames

- (none)


### File Descriptions

Included by default are the "post comment" form (_comment.php_) and the "search" form (_search.php_). Create as many forms as you like and store them here to keep them organized.