This is for the forms.cheboygancounty.net website.
Only to show plain page for Gravity Form display.
--- /dev/null
+<?php
+ /*
+ Template Name: plain page
+ */
+?>
+<!doctype html>
+<html class="no-js" lang="en">
+<head>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+ <meta name="MSSmartTagsPreventParsing" content="true" />
+ <meta http-equiv="Imagetoolbar" content="No" />
+ <title>My Form Title</title>
+ <style type="text/css">
+ body {font-size:13px;}
+ </style>
+ <?php wp_head();?>
+ </head>
+<body>
+ <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+ <?php the_content(); ?>
+ <?php endwhile; endif; ?>
+ <?php wp_footer(); ?>
+</body>
+</html>
--- /dev/null
+/*
+ Theme Name: Cheboygan County Forms
+ Theme URI: http://example.com/twenty-fifteen-child/
+ Description: Twenty Sixteen Child Theme
+ Author: Gaslight Media
+ Author URI: https://www.gaslightmedia.com
+ Template: twentysixteen
+ Version: 1.0.0
+ License: GNU General Public License v2 or later
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
+ Tags:
+ Text Domain: twenty-sixteen-child
+*/