0byt3m1n1
Path:
/
data
/
20
/
2
/
41
/
123
/
2693612
/
meta
/
2958452
/
mysql.backup
/
[
Home
]
File: ecdcus.mysqlcluster27.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster27 Database: ecdcus -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wpengine.com/','','2017-11-16 14:47:09','2017-11-16 14:47:09','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'post-trashed','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_feed` -- DROP TABLE IF EXISTS `wp_gf_addon_feed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_feed` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `feed_order` mediumint(8) unsigned NOT NULL DEFAULT '0', `meta` longtext COLLATE utf8mb4_unicode_520_ci, `addon_slug` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `event_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `addon_form` (`addon_slug`,`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_feed` -- LOCK TABLES `wp_gf_addon_feed` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_feed` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_addon_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_payment_callback` -- DROP TABLE IF EXISTS `wp_gf_addon_payment_callback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_payment_callback` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `addon_slug` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL, `callback_id` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `date_created` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `addon_slug_callback_id` (`addon_slug`(50),`callback_id`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_payment_callback` -- LOCK TABLES `wp_gf_addon_payment_callback` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_payment_callback` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_addon_payment_callback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_payment_transaction` -- DROP TABLE IF EXISTS `wp_gf_addon_payment_transaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_payment_transaction` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `transaction_type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `subscription_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_recurring` tinyint(1) NOT NULL DEFAULT '0', `amount` decimal(19,2) DEFAULT NULL, `date_created` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `transaction_type` (`transaction_type`), KEY `type_lead` (`lead_id`,`transaction_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_payment_transaction` -- LOCK TABLES `wp_gf_addon_payment_transaction` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_payment_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_addon_payment_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_draft_submissions` -- DROP TABLE IF EXISTS `wp_gf_draft_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_draft_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_draft_submissions` -- LOCK TABLES `wp_gf_draft_submissions` WRITE; /*!40000 ALTER TABLE `wp_gf_draft_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_draft_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry` -- DROP TABLE IF EXISTS `wp_gf_entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `form_id_status` (`form_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry` -- LOCK TABLES `wp_gf_entry` WRITE; /*!40000 ALTER TABLE `wp_gf_entry` DISABLE KEYS */; INSERT INTO `wp_gf_entry` VALUES (1,1,NULL,'2018-05-23 14:42:31',NULL,0,0,'181.47.224.157','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(2,15,NULL,'2018-05-23 15:19:21',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/get-involved/donate/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(3,9,NULL,'2018-05-23 15:31:00',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(4,9,NULL,'2018-05-24 19:05:37',NULL,0,0,'173.166.153.241','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(5,1,NULL,'2018-05-24 19:14:40',NULL,0,0,'173.166.153.241','http://ecdcus.org/wordpress/about-us/our-history/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(6,1,NULL,'2018-05-24 19:18:05',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(7,1,NULL,'2018-05-24 19:19:07',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(8,1,NULL,'2018-05-24 19:19:08',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(9,1,NULL,'2018-05-24 19:19:35',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(10,1,NULL,'2018-05-24 19:19:36',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(11,1,NULL,'2018-05-24 19:22:01',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(12,1,NULL,'2018-05-24 19:23:28',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(13,1,NULL,'2018-05-24 19:23:30',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(14,1,NULL,'2018-05-24 19:24:49',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(15,1,NULL,'2018-05-24 19:33:51',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(16,1,NULL,'2018-05-24 19:38:21',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(17,1,NULL,'2018-05-24 19:40:41',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(18,1,NULL,'2018-05-24 19:40:42',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(19,1,NULL,'2018-05-24 19:41:39',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(20,1,NULL,'2018-05-24 19:41:40',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(21,1,NULL,'2018-05-24 19:42:44',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(22,1,NULL,'2018-05-24 19:42:45',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(23,1,NULL,'2018-05-24 19:43:24',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(24,1,NULL,'2018-05-24 19:43:25',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(25,1,NULL,'2018-05-24 19:44:09',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(26,1,NULL,'2018-05-24 19:44:10',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(27,1,NULL,'2018-05-24 19:45:33',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(28,1,NULL,'2018-05-24 19:45:34',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(29,1,NULL,'2018-05-24 19:47:22',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(30,9,NULL,'2018-05-24 19:51:11',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(31,9,NULL,'2018-05-24 19:54:15',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(32,9,NULL,'2018-05-24 19:54:16',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(33,9,NULL,'2018-05-24 19:55:06',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(34,9,NULL,'2018-05-24 19:55:07',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(35,9,NULL,'2018-05-24 19:55:15',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(36,9,NULL,'2018-05-24 19:55:16',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(37,9,NULL,'2018-05-24 19:56:52',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(38,9,NULL,'2018-05-24 19:56:53',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(39,9,NULL,'2018-05-24 19:57:44',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(40,9,NULL,'2018-05-24 19:57:45',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(41,9,NULL,'2018-05-24 20:00:06',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(42,9,NULL,'2018-05-24 20:01:42',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(43,9,NULL,'2018-05-24 20:18:58',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(44,9,NULL,'2018-05-24 20:18:59',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(45,9,NULL,'2018-05-24 20:20:14',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(46,9,NULL,'2018-05-24 20:20:15',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(47,9,NULL,'2018-05-24 20:20:45',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(48,9,NULL,'2018-05-24 20:20:46',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(49,1,NULL,'2018-05-24 20:21:21',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(50,9,NULL,'2018-05-24 20:21:56',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(51,9,NULL,'2018-05-24 20:23:34',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(52,9,NULL,'2018-05-24 20:23:35',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(53,9,NULL,'2018-05-24 20:23:36',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(54,9,NULL,'2018-05-24 20:24:05',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(55,9,NULL,'2018-05-24 20:24:06',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(56,9,NULL,'2018-05-24 20:24:07',NULL,0,0,'190.193.5.215','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(57,9,NULL,'2018-05-24 20:31:47',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(58,9,NULL,'2018-05-24 20:31:48',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(59,9,NULL,'2018-05-24 20:31:49',NULL,0,0,'186.136.142.107','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'active'),(60,15,NULL,'2018-05-30 16:39:43',NULL,0,0,'173.166.153.241','http://ecdcus.org/wordpress/get-involved/donate/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(61,15,NULL,'2018-05-30 16:40:23',NULL,0,0,'173.166.153.241','http://ecdcus.org/wordpress/get-involved/donate/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(62,9,NULL,'2018-06-06 16:10:36',NULL,0,0,'173.166.153.246','http://ecdcus.org/wordpress/conferences-and-events/national-conference/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'); /*!40000 ALTER TABLE `wp_gf_entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry_meta` -- DROP TABLE IF EXISTS `wp_gf_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `entry_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `entry_id` (`entry_id`), KEY `meta_value` (`meta_value`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=692 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry_meta` -- LOCK TABLES `wp_gf_entry_meta` WRITE; /*!40000 ALTER TABLE `wp_gf_entry_meta` DISABLE KEYS */; INSERT INTO `wp_gf_entry_meta` VALUES (38,9,4,'3','IT Manager'),(39,9,4,'4.1','901 S highland st'),(40,9,4,'4.3','Arlington'),(41,9,4,'4.4','Virgina'),(42,9,4,'4.5','22204'),(43,9,4,'4.6','United States'),(44,9,4,'6','(703) 685-0510'),(45,9,4,'8','whailu@ecdcus.org'),(46,9,4,'9','whailu@ecdcus.org'),(47,9,4,'10.3','Wossen'),(48,9,4,'10.6','Hailu'),(49,9,4,'11','whailu@ecdcus.org'),(50,9,4,'12','Voluntary Agency (VOLAG)'),(51,9,4,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(52,9,4,'18','Regular'),(53,9,4,'22','Conference notices from ECDC'),(54,9,4,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(55,1,5,'1','hmengiste@ecdcus.org'),(56,1,6,'1','gasdas@asd.ca'),(57,1,7,'1','gasdas@asd.ca'),(58,1,8,'1','gasdas@asd.ca'),(59,1,9,'1','gasdas@asd.ca'),(60,1,10,'1','gasdas@asd.ca'),(61,1,11,'1','gasdas@asd.ca'),(62,1,12,'1','gasdas@asd.ca'),(63,1,13,'1','gasdas@asd.ca'),(64,1,14,'1','test@asda.asd'),(65,1,15,'1','test@asda.asd'),(66,1,16,'1','test@asda.asd'),(67,1,17,'1','test@asda.asd'),(68,1,18,'1','test@asda.asd'),(69,1,19,'1','test@asda.asd'),(70,1,20,'1','test@asda.asd'),(71,1,21,'1','test@asda.asd'),(72,1,22,'1','test@asda.asd'),(73,1,23,'1','test@asda.asd'),(74,1,24,'1','test@asda.asd'),(75,1,25,'1','test@asda.asd'),(76,1,26,'1','test@asda.asd'),(77,1,27,'1','test@asda.asd'),(78,1,28,'1','test@asda.asd'),(79,1,29,'1','test@asda.asd'),(80,9,30,'1.3','test'),(81,9,30,'1.6','test'),(82,9,30,'2','asdasd'),(83,9,30,'3','asdas'),(84,9,30,'4.1','test'),(85,9,30,'4.2','dasdasd'),(86,9,30,'4.3','test'),(87,9,30,'4.4','test'),(88,9,30,'4.5','123123'),(89,9,30,'4.6','Taiwan'),(90,9,30,'6','(123) 123-1231'),(91,9,30,'8','test@test.com'),(92,9,30,'9','test@test.com'),(93,9,30,'10.3','asad'),(94,9,30,'10.6','asdasd'),(95,9,30,'11','asdasd@adsasd.asd'),(96,9,30,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(97,9,30,'18','Regular'),(98,9,30,'22','ECDC Staff member'),(99,9,30,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(100,9,31,'1.3','test'),(101,9,31,'1.6','test'),(102,9,31,'2','asdasd'),(103,9,31,'3','asdas'),(104,9,31,'4.1','test'),(105,9,31,'4.2','dasdasd'),(106,9,31,'4.3','test'),(107,9,31,'4.4','test'),(108,9,31,'4.5','123123'),(109,9,31,'4.6','Taiwan'),(110,9,31,'6','(123) 123-1231'),(111,9,31,'8','test@test.com'),(112,9,31,'9','test@test.com'),(113,9,31,'10.3','asad'),(114,9,31,'10.6','asdasd'),(115,9,31,'11','asdasd@adsasd.asd'),(116,9,31,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(117,9,31,'18','Regular'),(118,9,31,'22','ECDC Staff member'),(119,9,31,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(120,9,32,'1.3','test'),(121,9,32,'1.6','test'),(122,9,32,'2','asdasd'),(123,9,32,'3','asdas'),(124,9,32,'4.1','test'),(125,9,32,'4.2','dasdasd'),(126,9,32,'4.3','test'),(127,9,32,'4.4','test'),(128,9,32,'4.5','123123'),(129,9,32,'4.6','Taiwan'),(130,9,32,'6','(123) 123-1231'),(131,9,32,'8','test@test.com'),(132,9,32,'9','test@test.com'),(133,9,32,'10.3','asad'),(134,9,32,'10.6','asdasd'),(135,9,32,'11','asdasd@adsasd.asd'),(136,9,32,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(137,9,32,'18','Regular'),(138,9,32,'22','ECDC Staff member'),(139,9,32,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(140,9,33,'1.3','test'),(141,9,33,'1.6','test'),(142,9,33,'2','asdasd'),(143,9,33,'3','asdas'),(144,9,33,'4.1','test'),(145,9,33,'4.2','dasdasd'),(146,9,33,'4.3','test'),(147,9,33,'4.4','test'),(148,9,33,'4.5','123123'),(149,9,33,'4.6','Taiwan'),(150,9,33,'6','(123) 123-1231'),(151,9,33,'8','test@test.com'),(152,9,33,'9','test@test.com'),(153,9,33,'10.3','asad'),(154,9,33,'10.6','asdasd'),(155,9,33,'11','asdasd@adsasd.asd'),(156,9,33,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(157,9,33,'18','Regular'),(158,9,33,'22','ECDC Staff member'),(159,9,33,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(160,9,34,'1.3','test'),(161,9,34,'1.6','test'),(162,9,34,'2','asdasd'),(163,9,34,'3','asdas'),(164,9,34,'4.1','test'),(165,9,34,'4.2','dasdasd'),(166,9,34,'4.3','test'),(167,9,34,'4.4','test'),(168,9,34,'4.5','123123'),(169,9,34,'4.6','Taiwan'),(170,9,34,'6','(123) 123-1231'),(171,9,34,'8','test@test.com'),(172,9,34,'9','test@test.com'),(173,9,34,'10.3','asad'),(174,9,34,'10.6','asdasd'),(175,9,34,'11','asdasd@adsasd.asd'),(176,9,34,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(177,9,34,'18','Regular'),(178,9,34,'22','ECDC Staff member'),(179,9,34,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(180,9,35,'1.3','test'),(181,9,35,'1.6','test'),(182,9,35,'2','asdasd'),(183,9,35,'3','asdas'),(184,9,35,'4.1','test'),(185,9,35,'4.2','dasdasd'),(186,9,35,'4.3','test'),(187,9,35,'4.4','test'),(188,9,35,'4.5','123123'),(189,9,35,'4.6','Taiwan'),(190,9,35,'6','(123) 123-1231'),(191,9,35,'8','test@test.com'),(192,9,35,'9','test@test.com'),(193,9,35,'10.3','asad'),(194,9,35,'10.6','asdasd'),(195,9,35,'11','asdasd@adsasd.asd'),(196,9,35,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(197,9,35,'18','Regular'),(198,9,35,'22','ECDC Staff member'),(199,9,35,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(200,9,36,'1.3','test'),(201,9,36,'1.6','test'),(202,9,36,'2','asdasd'),(203,9,36,'3','asdas'),(204,9,36,'4.1','test'),(205,9,36,'4.2','dasdasd'),(206,9,36,'4.3','test'),(207,9,36,'4.4','test'),(208,9,36,'4.5','123123'),(209,9,36,'4.6','Taiwan'),(210,9,36,'6','(123) 123-1231'),(211,9,36,'8','test@test.com'),(212,9,36,'9','test@test.com'),(213,9,36,'10.3','asad'),(214,9,36,'10.6','asdasd'),(215,9,36,'11','asdasd@adsasd.asd'),(216,9,36,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(217,9,36,'18','Regular'),(218,9,36,'22','ECDC Staff member'),(219,9,36,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(220,9,37,'1.3','test'),(221,9,37,'1.6','test'),(222,9,37,'2','asdasd'),(223,9,37,'3','asdas'),(224,9,37,'4.1','test'),(225,9,37,'4.2','dasdasd'),(226,9,37,'4.3','test'),(227,9,37,'4.4','test'),(228,9,37,'4.5','123123'),(229,9,37,'4.6','Taiwan'),(230,9,37,'6','(123) 123-1231'),(231,9,37,'8','test@test.com'),(232,9,37,'9','test@test.com'),(233,9,37,'10.3','asad'),(234,9,37,'10.6','asdasd'),(235,9,37,'11','asdasd@adsasd.asd'),(236,9,37,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(237,9,37,'18','Regular'),(238,9,37,'22','ECDC Staff member'),(239,9,37,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(240,9,38,'1.3','test'),(241,9,38,'1.6','test'),(242,9,38,'2','asdasd'),(243,9,38,'3','asdas'),(244,9,38,'4.1','test'),(245,9,38,'4.2','dasdasd'),(246,9,38,'4.3','test'),(247,9,38,'4.4','test'),(248,9,38,'4.5','123123'),(249,9,38,'4.6','Taiwan'),(250,9,38,'6','(123) 123-1231'),(251,9,38,'8','test@test.com'),(252,9,38,'9','test@test.com'),(253,9,38,'10.3','asad'),(254,9,38,'10.6','asdasd'),(255,9,38,'11','asdasd@adsasd.asd'),(256,9,38,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(257,9,38,'18','Regular'),(258,9,38,'22','ECDC Staff member'),(259,9,38,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(260,9,39,'1.3','test'),(261,9,39,'1.6','test'),(262,9,39,'2','asdasd'),(263,9,39,'3','asdas'),(264,9,39,'4.1','test'),(265,9,39,'4.2','dasdasd'),(266,9,39,'4.3','test'),(267,9,39,'4.4','test'),(268,9,39,'4.5','123123'),(269,9,39,'4.6','Taiwan'),(270,9,39,'6','(123) 123-1231'),(271,9,39,'8','test@test.com'),(272,9,39,'9','test@test.com'),(273,9,39,'10.3','asad'),(274,9,39,'10.6','asdasd'),(275,9,39,'11','asdasd@adsasd.asd'),(276,9,39,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(277,9,39,'18','Regular'),(278,9,39,'22','ECDC Staff member'),(279,9,39,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(280,9,40,'1.3','test'),(281,9,40,'1.6','test'),(282,9,40,'2','asdasd'),(283,9,40,'3','asdas'),(284,9,40,'4.1','test'),(285,9,40,'4.2','dasdasd'),(286,9,40,'4.3','test'),(287,9,40,'4.4','test'),(288,9,40,'4.5','123123'),(289,9,40,'4.6','Taiwan'),(290,9,40,'6','(123) 123-1231'),(291,9,40,'8','test@test.com'),(292,9,40,'9','test@test.com'),(293,9,40,'10.3','asad'),(294,9,40,'10.6','asdasd'),(295,9,40,'11','asdasd@adsasd.asd'),(296,9,40,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(297,9,40,'18','Regular'),(298,9,40,'22','ECDC Staff member'),(299,9,40,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(300,9,41,'1.3','test'),(301,9,41,'1.6','test'),(302,9,41,'2','asdasd'),(303,9,41,'3','asdas'),(304,9,41,'4.1','test'),(305,9,41,'4.2','dasdasd'),(306,9,41,'4.3','test'),(307,9,41,'4.4','test'),(308,9,41,'4.5','123123'),(309,9,41,'4.6','Taiwan'),(310,9,41,'6','(123) 123-1231'),(311,9,41,'8','test@test.com'),(312,9,41,'9','test@test.com'),(313,9,41,'10.3','asad'),(314,9,41,'10.6','asdasd'),(315,9,41,'11','asdasd@adsasd.asd'),(316,9,41,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(317,9,41,'18','Regular'),(318,9,41,'22','ECDC Staff member'),(319,9,41,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(320,9,42,'1.3','test'),(321,9,42,'1.6','test'),(322,9,42,'2','test'),(323,9,42,'3','test'),(324,9,42,'4.1','test'),(325,9,42,'4.3','test'),(326,9,42,'4.4','test'),(327,9,42,'4.5','123123'),(328,9,42,'4.6','Taiwan'),(329,9,42,'6','(111) 111-1111'),(330,9,42,'8','test@test.com'),(331,9,42,'9','test@test.com'),(332,9,42,'10.3','a123'),(333,9,42,'10.6','123'),(334,9,42,'11','test@test.com'),(335,9,42,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(336,9,42,'18','Vegan'),(337,9,42,'22','Conference notices from ECDC'),(338,9,42,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(339,9,43,'1.3','test'),(340,9,43,'1.6','test'),(341,9,43,'2','test'),(342,9,43,'3','test'),(343,9,43,'4.1','test'),(344,9,43,'4.3','test'),(345,9,43,'4.4','test'),(346,9,43,'4.5','123123'),(347,9,43,'4.6','Taiwan'),(348,9,43,'6','(111) 111-1111'),(349,9,43,'8','test@test.com'),(350,9,43,'9','test@test.com'),(351,9,43,'10.3','a123'),(352,9,43,'10.6','123'),(353,9,43,'11','test@test.com'),(354,9,43,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(355,9,43,'18','Vegan'),(356,9,43,'22','Conference notices from ECDC'),(357,9,43,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(358,9,44,'1.3','test'),(359,9,44,'1.6','test'),(360,9,44,'2','test'),(361,9,44,'3','test'),(362,9,44,'4.1','test'),(363,9,44,'4.3','test'),(364,9,44,'4.4','test'),(365,9,44,'4.5','123123'),(366,9,44,'4.6','Taiwan'),(367,9,44,'6','(111) 111-1111'),(368,9,44,'8','test@test.com'),(369,9,44,'9','test@test.com'),(370,9,44,'10.3','a123'),(371,9,44,'10.6','123'),(372,9,44,'11','test@test.com'),(373,9,44,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(374,9,44,'18','Vegan'),(375,9,44,'22','Conference notices from ECDC'),(376,9,44,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(377,9,45,'1.3','test'),(378,9,45,'1.6','test'),(379,9,45,'2','test'),(380,9,45,'3','test'),(381,9,45,'4.1','test'),(382,9,45,'4.3','test'),(383,9,45,'4.4','test'),(384,9,45,'4.5','123123'),(385,9,45,'4.6','Taiwan'),(386,9,45,'6','(111) 111-1111'),(387,9,45,'8','test@test.com'),(388,9,45,'9','test@test.com'),(389,9,45,'10.3','a123'),(390,9,45,'10.6','123'),(391,9,45,'11','test@test.com'),(392,9,45,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(393,9,45,'18','Vegan'),(394,9,45,'22','Conference notices from ECDC'),(395,9,45,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(396,9,46,'1.3','test'),(397,9,46,'1.6','test'),(398,9,46,'2','test'),(399,9,46,'3','test'),(400,9,46,'4.1','test'),(401,9,46,'4.3','test'),(402,9,46,'4.4','test'),(403,9,46,'4.5','123123'),(404,9,46,'4.6','Taiwan'),(405,9,46,'6','(111) 111-1111'),(406,9,46,'8','test@test.com'),(407,9,46,'9','test@test.com'),(408,9,46,'10.3','a123'),(409,9,46,'10.6','123'),(410,9,46,'11','test@test.com'),(411,9,46,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(412,9,46,'18','Vegan'),(413,9,46,'22','Conference notices from ECDC'),(414,9,46,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(415,9,47,'1.3','test'),(416,9,47,'1.6','test'),(417,9,47,'2','test'),(418,9,47,'3','test'),(419,9,47,'4.1','test'),(420,9,47,'4.3','test'),(421,9,47,'4.4','test'),(422,9,47,'4.5','123123'),(423,9,47,'4.6','Taiwan'),(424,9,47,'6','(111) 111-1111'),(425,9,47,'8','test@test.com'),(426,9,47,'9','test@test.com'),(427,9,47,'10.3','a123'),(428,9,47,'10.6','123'),(429,9,47,'11','test@test.com'),(430,9,47,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(431,9,47,'18','Vegan'),(432,9,47,'22','Conference notices from ECDC'),(433,9,47,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(434,9,48,'1.3','test'),(435,9,48,'1.6','test'),(436,9,48,'2','test'),(437,9,48,'3','test'),(438,9,48,'4.1','test'),(439,9,48,'4.3','test'),(440,9,48,'4.4','test'),(441,9,48,'4.5','123123'),(442,9,48,'4.6','Taiwan'),(443,9,48,'6','(111) 111-1111'),(444,9,48,'8','test@test.com'),(445,9,48,'9','test@test.com'),(446,9,48,'10.3','a123'),(447,9,48,'10.6','123'),(448,9,48,'11','test@test.com'),(449,9,48,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(450,9,48,'18','Vegan'),(451,9,48,'22','Conference notices from ECDC'),(452,9,48,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(453,1,49,'1','test@asda.asd'),(454,9,50,'1.3','test'),(455,9,50,'1.6','test'),(456,9,50,'2','test'),(457,9,50,'3','test'),(458,9,50,'4.1','test'),(459,9,50,'4.3','test'),(460,9,50,'4.4','test'),(461,9,50,'4.5','123123'),(462,9,50,'4.6','Taiwan'),(463,9,50,'6','(111) 111-1111'),(464,9,50,'8','test@test.com'),(465,9,50,'9','test@test.com'),(466,9,50,'10.3','test'),(467,9,50,'10.6','teast'),(468,9,50,'11','test@test.com'),(469,9,50,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(470,9,50,'18','Regular'),(471,9,50,'22','A friend or colleague referred me'),(472,9,50,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(473,9,51,'1.3','test'),(474,9,51,'1.6','test'),(475,9,51,'2','test'),(476,9,51,'3','test'),(477,9,51,'4.1','test'),(478,9,51,'4.3','test'),(479,9,51,'4.4','test'),(480,9,51,'4.5','123123'),(481,9,51,'4.6','Taiwan'),(482,9,51,'6','(111) 111-1111'),(483,9,51,'8','test@test.com'),(484,9,51,'9','test@test.com'),(485,9,51,'10.3','test'),(486,9,51,'10.6','teast'),(487,9,51,'11','test@test.com'),(488,9,51,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(489,9,51,'18','Regular'),(490,9,51,'22','A friend or colleague referred me'),(491,9,51,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(492,9,52,'1.3','test'),(493,9,52,'1.6','test'),(494,9,52,'2','test'),(495,9,52,'3','test'),(496,9,52,'4.1','test'),(497,9,52,'4.3','test'),(498,9,52,'4.4','test'),(499,9,52,'4.5','123123'),(500,9,52,'4.6','Taiwan'),(501,9,52,'6','(111) 111-1111'),(502,9,52,'8','test@test.com'),(503,9,52,'9','test@test.com'),(504,9,52,'10.3','test'),(505,9,52,'10.6','teast'),(506,9,52,'11','test@test.com'),(507,9,52,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(508,9,52,'18','Regular'),(509,9,52,'22','A friend or colleague referred me'),(510,9,52,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(511,9,53,'1.3','test'),(512,9,53,'1.6','test'),(513,9,53,'2','test'),(514,9,53,'3','test'),(515,9,53,'4.1','test'),(516,9,53,'4.3','test'),(517,9,53,'4.4','test'),(518,9,53,'4.5','123123'),(519,9,53,'4.6','Taiwan'),(520,9,53,'6','(111) 111-1111'),(521,9,53,'8','test@test.com'),(522,9,53,'9','test@test.com'),(523,9,53,'10.3','test'),(524,9,53,'10.6','teast'),(525,9,53,'11','test@test.com'),(526,9,53,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(527,9,53,'18','Regular'),(528,9,53,'22','A friend or colleague referred me'),(529,9,53,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(530,9,54,'1.3','test'),(531,9,54,'1.6','test'),(532,9,54,'2','test'),(533,9,54,'3','test'),(534,9,54,'4.1','test'),(535,9,54,'4.3','test'),(536,9,54,'4.4','test'),(537,9,54,'4.5','123123'),(538,9,54,'4.6','Taiwan'),(539,9,54,'6','(111) 111-1111'),(540,9,54,'8','test@test.com'),(541,9,54,'9','test@test.com'),(542,9,54,'10.3','test'),(543,9,54,'10.6','teast'),(544,9,54,'11','test@test.com'),(545,9,54,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(546,9,54,'18','Regular'),(547,9,54,'22','A friend or colleague referred me'),(548,9,54,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(549,9,55,'1.3','test'),(550,9,55,'1.6','test'),(551,9,55,'2','test'),(552,9,55,'3','test'),(553,9,55,'4.1','test'),(554,9,55,'4.3','test'),(555,9,55,'4.4','test'),(556,9,55,'4.5','123123'),(557,9,55,'4.6','Taiwan'),(558,9,55,'6','(111) 111-1111'),(559,9,55,'8','test@test.com'),(560,9,55,'9','test@test.com'),(561,9,55,'10.3','test'),(562,9,55,'10.6','teast'),(563,9,55,'11','test@test.com'),(564,9,55,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(565,9,55,'18','Regular'),(566,9,55,'22','A friend or colleague referred me'),(567,9,55,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(568,9,56,'1.3','test'),(569,9,56,'1.6','test'),(570,9,56,'2','test'),(571,9,56,'3','test'),(572,9,56,'4.1','test'),(573,9,56,'4.3','test'),(574,9,56,'4.4','test'),(575,9,56,'4.5','123123'),(576,9,56,'4.6','Taiwan'),(577,9,56,'6','(111) 111-1111'),(578,9,56,'8','test@test.com'),(579,9,56,'9','test@test.com'),(580,9,56,'10.3','test'),(581,9,56,'10.6','teast'),(582,9,56,'11','test@test.com'),(583,9,56,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(584,9,56,'18','Regular'),(585,9,56,'22','A friend or colleague referred me'),(586,9,56,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(587,9,57,'1.3','test'),(588,9,57,'1.6','test'),(589,9,57,'2','test'),(590,9,57,'3','test'),(591,9,57,'4.1','test'),(592,9,57,'4.3','test'),(593,9,57,'4.4','test'),(594,9,57,'4.5','123123'),(595,9,57,'4.6','Taiwan'),(596,9,57,'6','(111) 111-1111'),(597,9,57,'8','test@test.com'),(598,9,57,'9','test@test.com'),(599,9,57,'10.3','test'),(600,9,57,'10.6','teast'),(601,9,57,'11','test@test.com'),(602,9,57,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(603,9,57,'18','Regular'),(604,9,57,'22','A friend or colleague referred me'),(605,9,57,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(606,9,58,'1.3','test'),(607,9,58,'1.6','test'),(608,9,58,'2','test'),(609,9,58,'3','test'),(610,9,58,'4.1','test'),(611,9,58,'4.3','test'),(612,9,58,'4.4','test'),(613,9,58,'4.5','123123'),(614,9,58,'4.6','Taiwan'),(615,9,58,'6','(111) 111-1111'),(616,9,58,'8','test@test.com'),(617,9,58,'9','test@test.com'),(618,9,58,'10.3','test'),(619,9,58,'10.6','teast'),(620,9,58,'11','test@test.com'),(621,9,58,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(622,9,58,'18','Regular'),(623,9,58,'22','A friend or colleague referred me'),(624,9,58,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(625,9,59,'1.3','test'),(626,9,59,'1.6','test'),(627,9,59,'2','test'),(628,9,59,'3','test'),(629,9,59,'4.1','test'),(630,9,59,'4.3','test'),(631,9,59,'4.4','test'),(632,9,59,'4.5','123123'),(633,9,59,'4.6','Taiwan'),(634,9,59,'6','(111) 111-1111'),(635,9,59,'8','test@test.com'),(636,9,59,'9','test@test.com'),(637,9,59,'10.3','test'),(638,9,59,'10.6','teast'),(639,9,59,'11','test@test.com'),(640,9,59,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)|250'),(641,9,59,'18','Regular'),(642,9,59,'22','A friend or colleague referred me'),(643,9,59,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(644,15,60,'5','$50.00|50'),(645,15,60,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:5;a:4:{s:4:\"name\";s:24:\"Donation Amount ($50.00)\";s:5:\"price\";s:2:\"50\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(646,15,60,'6','50'),(647,15,60,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:5;a:4:{s:4:\"name\";s:24:\"Donation Amount ($50.00)\";s:5:\"price\";s:2:\"50\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(648,15,61,'5','$50.00|50'),(649,15,61,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:5;a:4:{s:4:\"name\";s:24:\"Donation Amount ($50.00)\";s:5:\"price\";s:2:\"50\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(650,15,61,'6','50'),(651,15,61,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:5;a:4:{s:4:\"name\";s:24:\"Donation Amount ($50.00)\";s:5:\"price\";s:2:\"50\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(652,9,62,'1.3','Wossen'),(653,9,62,'1.6','Hailu'),(654,9,62,'2','ECDC'),(655,9,62,'3','iT Manger'),(656,9,62,'4.1','901 s highland st'),(657,9,62,'4.3','Arlington'),(658,9,62,'4.4','Va'),(659,9,62,'4.5','22204'),(660,9,62,'4.6','United States'),(661,9,62,'6','(703) 685-0510'),(662,9,62,'8','Whailu@ecdcus.org'),(663,9,62,'9','Whailu@ecdcus.org'),(664,9,62,'10.3','Wossen'),(665,9,62,'10.6','Hailu'),(666,9,62,'11','Whailu@ecdcus.org'),(667,9,62,'12','Ethnic Community-Based Organization (ECBO)'),(668,9,62,'17','Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)|250'),(669,9,62,'18','Regular'),(670,9,62,'22','ECDC Website'),(671,9,62,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(672,9,62,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(673,9,59,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(674,9,58,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(675,9,57,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(676,9,56,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(677,9,55,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(678,9,54,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(679,9,53,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(680,9,52,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(681,9,51,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(682,9,50,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:95:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(683,9,48,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(684,9,47,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(685,9,46,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(686,9,45,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(687,9,44,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(688,9,43,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(689,9,42,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(690,9,41,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(691,9,40,'gform_product_info__1','a:2:{s:8:\"products\";a:1:{i:17;a:4:{s:4:\"name\";s:91:\"Choose an Event (Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included))\";s:5:\"price\";s:3:\"250\";s:8:\"quantity\";i:1;s:7:\"options\";a:0:{}}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'); /*!40000 ALTER TABLE `wp_gf_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry_notes` -- DROP TABLE IF EXISTS `wp_gf_entry_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `sub_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `entry_id` (`entry_id`), KEY `entry_user_key` (`entry_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry_notes` -- LOCK TABLES `wp_gf_entry_notes` WRITE; /*!40000 ALTER TABLE `wp_gf_entry_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_entry_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form` -- DROP TABLE IF EXISTS `wp_gf_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form` -- LOCK TABLES `wp_gf_form` WRITE; /*!40000 ALTER TABLE `wp_gf_form` DISABLE KEYS */; INSERT INTO `wp_gf_form` VALUES (1,'Newsletter','2018-05-03 12:19:47',NULL,1,0),(2,'Contact Us','2018-05-03 12:34:39',NULL,1,0),(3,'Banquet Registration Additional Participant','2018-05-03 13:40:07',NULL,1,1),(4,'Banquet Registration Additional Participant','2018-05-03 14:07:45',NULL,1,1),(5,'test','2018-05-03 20:08:16',NULL,1,0),(6,'Banquet Registration Additional Participant','2018-05-03 20:29:39',NULL,1,1),(7,'Banquet Registration','2018-05-04 15:32:48',NULL,1,1),(8,'Conference Registration','2018-05-04 15:52:42',NULL,1,1),(9,'Conference Registration','2018-05-11 15:20:23',NULL,1,0),(10,'Banquet Registration','2018-05-11 15:54:09',NULL,1,0),(11,'Raffle Ticket Form','2018-05-11 16:15:18',NULL,1,0),(12,'Sponsor Form','2018-05-11 16:29:20',NULL,1,0),(13,'Vendor Form','2018-05-11 16:36:32',NULL,1,0),(14,'Volunteer Application','2018-05-11 16:59:12',NULL,1,0),(15,'Donation Form','2018-05-11 19:17:48',NULL,1,0),(16,'Test Form','2018-06-14 15:52:33',NULL,1,0); /*!40000 ALTER TABLE `wp_gf_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_meta` -- DROP TABLE IF EXISTS `wp_gf_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_520_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci, `confirmations` longtext COLLATE utf8mb4_unicode_520_ci, `notifications` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_meta` -- LOCK TABLES `wp_gf_form_meta` WRITE; /*!40000 ALTER TABLE `wp_gf_form_meta` DISABLE KEYS */; INSERT INTO `wp_gf_form_meta` VALUES (1,'{\"title\":\"Newsletter\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Subscribe\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"email\",\"id\":1,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.1\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5aeafe6327327\":{\"isActive\":true,\"id\":\"5aeafe6327327\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}},\"confirmations\":{\"5aeafe6328a1c\":{\"id\":\"5aeafe6328a1c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5aeafe6328a1c\":{\"id\":\"5aeafe6328a1c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aeafe6327327\":{\"isActive\":true,\"id\":\"5aeafe6327327\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(2,'{\"title\":\"Contact Us\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"above\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":4,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1}],\"version\":\"2.3.1\",\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5aeb01dfe3b73\":{\"id\":\"5aeb01dfe3b73\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5aeb01dfe5fca\":{\"id\":\"5aeb01dfe5fca\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}}',NULL,'{\"5aeb01dfe5fca\":{\"id\":\"5aeb01dfe5fca\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aeb01dfe3b73\":{\"isActive\":true,\"id\":\"5aeb01dfe3b73\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(3,'{\"title\":\"Banquet Registration Additional Participant\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[],\"version\":\"2.3.1\",\"id\":3}',NULL,'{\"5aeb11375575b\":{\"id\":\"5aeb11375575b\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aeb113755084\":{\"id\":\"5aeb113755084\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(4,'{\"title\":\"Banquet Registration Additional Participant\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[],\"version\":\"2.3.1\",\"id\":4}',NULL,'{\"5aeb17b1c6e90\":{\"id\":\"5aeb17b1c6e90\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aeb17b1c3b43\":{\"id\":\"5aeb17b1c3b43\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(5,'{\"title\":\"test\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"html\",\"id\":2,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<script>\\nfQ = jQuery.noConflict();\\nfQ(document).ready(function(){\\nvar init = parseInt(\'1\');\\nfQ(\'#input_5_3\').val(init);\\nfQ(\'.gfield_list_icons img.add_list_item\').live(\\\"click\\\",function(){\\nvar amount = fQ(\'#input_5_3\').val();\\nvar total = parseInt(amount) + 1;\\nfQ(\'#input_5_3\').val(total).change();\\n});\\nfQ(\'.gfield_list_icons img.delete_list_item\').live(\\\"click\\\",function(){\\nvar amount = fQ(\'#input_5_3\').val();\\nvar total = parseInt(amount) - 1;\\nfQ(\'#input_5_3\').val(total).change();\\n});\\n});\\n<\\/script>\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"product\",\"id\":4,\"label\":\"Ticket\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"calculation\",\"enablePrice\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":true,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"10*{var:3}\",\"calculationRounding\":\"\",\"enableCalculation\":true,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"list\",\"id\":1,\"label\":\"List\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"First Name\",\"value\":\"First Name\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Last Name\",\"value\":\"Last Name\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Email\",\"value\":\"Email\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Number\",\"value\":\"Number\",\"isSelected\":false,\"price\":\"\"}],\"conditionalLogic\":\"\",\"maxRows\":0,\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableColumns\":true,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"var\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"hide\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"total\",\"id\":5,\"label\":\"Total\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.1\",\"id\":5,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5aeb6c302a711\":{\"id\":\"5aeb6c302a711\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aeb6c3028eb0\":{\"id\":\"5aeb6c3028eb0\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(6,'{\"title\":\"Banquet Registration Additional Participant\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"html\",\"id\":1,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<script>\\nfQ = jQuery.noConflict();\\nfQ(document).ready(function(){\\nvar init = parseInt(\'1\');\\nfQ(\'#input_6_3\').val(init);\\nfQ(\'.gfield_list_icons img.add_list_item\').live(\\\"click\\\",function(){\\nvar amount = fQ(\'#input_6_3\').val();\\nvar total = parseInt(amount) + 1;\\nfQ(\'#input_6_3\').val(total).change();\\n});\\nfQ(\'.gfield_list_icons img.delete_list_item\').live(\\\"click\\\",function(){\\nvar amount = fQ(\'#input_6_3\').val();\\nvar total = parseInt(amount) - 1;\\nfQ(\'#input_6_3\').val(total).change();\\n});\\n});\\n<\\/script>\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"list\",\"id\":2,\"label\":\"List\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"Name\",\"value\":\"Name\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Address\",\"value\":\"Address\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Email\",\"value\":\"Email\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Confirm Email\",\"value\":\"Confirm Email\",\"isSelected\":false,\"price\":\"\"}],\"conditionalLogic\":\"\",\"maxRows\":0,\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableColumns\":true,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"var\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"hidden\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":4,\"label\":\"Product Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"calculation\",\"enablePrice\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":true,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"50*{var:3}\",\"calculationRounding\":\"\",\"enableCalculation\":true,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.1\",\"id\":6,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5aeb71333d41a\":{\"id\":\"5aeb71333d41a\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aeb71333bca0\":{\"id\":\"5aeb71333bca0\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(7,'{\"title\":\"Banquet Registration\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"html\",\"id\":1,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<script>\\nfQ = jQuery.noConflict();\\nfQ(document).ready(function(){\\nvar init = parseInt(\'1\');\\nfQ(\'#input_7_3\').val(init);\\nfQ(\'.gfield_list_icons img.add_list_item\').live(\\\"click\\\",function(){\\nvar amount = fQ(\'#input_7_3\').val();\\nvar total = parseInt(amount) + 1;\\nfQ(\'#input_7_3\').val(total).change();\\n});\\nfQ(\'.gfield_list_icons img.delete_list_item\').live(\\\"click\\\",function(){\\nvar amount = fQ(\'#input_7_3\').val();\\nvar total = parseInt(amount) - 1;\\nfQ(\'#input_7_3\').val(total).change();\\n});\\n});\\n<\\/script>\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"list\",\"id\":2,\"label\":\"List\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"Name\",\"value\":\"Name\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Address\",\"value\":\"Address\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Email\",\"value\":\"Email\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Confirm Email\",\"value\":\"Confirm Email\",\"isSelected\":false,\"price\":\"\"}],\"conditionalLogic\":\"\",\"maxRows\":0,\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableColumns\":true,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"var\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"hidden\",\"inputs\":null,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":4,\"label\":\"Product Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"calculation\",\"enablePrice\":null,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":true,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"50*{var:3}\",\"calculationRounding\":\"\",\"enableCalculation\":true,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"name\",\"id\":5,\"label\":\"Registration is being completed by\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"5.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"5.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"5.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"5.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"5.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":6,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.1\",\"id\":7,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5aec7d20b6f0f\":{\"id\":\"5aec7d20b6f0f\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aec7d20b5087\":{\"id\":\"5aec7d20b5087\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(8,'{\"title\":\"Conference Registration\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[],\"version\":\"2.3.1\",\"id\":8}',NULL,'{\"5aec81ca125a0\":{\"id\":\"5aec81ca125a0\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5aec81ca0cd76\":{\"id\":\"5aec81ca0cd76\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(9,'{\"title\":\"Conference Registration\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"text\",\"id\":2,\"label\":\"Organization\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"Position\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":6,\"label\":\"Work Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":7,\"label\":\"Fax\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":8,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":9,\"label\":\"Confirm Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"name\",\"id\":10,\"label\":\"Name of Person Completing Form\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"10.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"10.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"10.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"10.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"10.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":11,\"label\":\"Email of Person Completing Form\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":12,\"label\":\"Organization Category\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Ethnic Community-Based Organization (ECBO)\",\"value\":\"Ethnic Community-Based Organization (ECBO)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Voluntary Agency (VOLAG)\",\"value\":\"Voluntary Agency (VOLAG)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Refugee Community Member\",\"value\":\"Refugee Community Member\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Federal Government (Employee)\",\"value\":\"Federal Government (Employee)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"State Government (Employee)\",\"value\":\"State Government (Employee)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"ECDC Affiliate\",\"value\":\"ECDC Affiliate\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Service Provider\",\"value\":\"Service Provider\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Student\",\"value\":\"Student\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":13,\"label\":\"If Other\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"12\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":17,\"label\":\"Choose an Event\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"radio\",\"enablePrice\":true,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)\",\"value\":\"Two-Day Registration for April 18 - 19, 2018 (banquet ticket is included)\",\"isSelected\":false,\"price\":\"$250.00\"},{\"text\":\"Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)\",\"value\":\"Two-Day Registration for April 18 - 19, 2018 (banquet ticket is NOT included)\",\"isSelected\":false,\"price\":\"$250.00\"},{\"text\":\"One-Day Registration for Wednesday, April 18, 2018 (banquet ticket is NOT included)\",\"value\":\"One-Day Registration for Wednesday, April 18, 2018 (banquet ticket is NOT included)\",\"isSelected\":false,\"price\":\"$100.00\"},{\"text\":\"One-Day Registration for Thursday, April 19, 2018 (banquet ticket is NOT included)\",\"value\":\"One-Day Registration for Thursday, April 19, 2018 (banquet ticket is NOT included)\",\"isSelected\":false,\"price\":\"$100.00\"},{\"text\":\"EDCD affiliate Registration and Training for Tuseday - Friday, April 17 - 20, 2018 (banquet ticket is included)\",\"value\":\"EDCD affiliate Registration and Training for Tuseday - Friday, April 17 - 20, 2018 (banquet ticket is included)\",\"isSelected\":false,\"price\":\"$350.00\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":18,\"label\":\"Meal Preference\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Regular\",\"value\":\"Regular\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Vegan\",\"value\":\"Vegan\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Vegetarian\",\"value\":\"Vegetarian\",\"isSelected\":false,\"price\":\"\"}],\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":22,\"label\":\"How did you learn about our conference?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"A friend or colleague referred me\",\"value\":\"A friend or colleague referred me\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"ECDC Staff member\",\"value\":\"ECDC Staff member\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"ECDC Website\",\"value\":\"ECDC Website\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Conference notices from ECDC\",\"value\":\"Conference notices from ECDC\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Facebook\",\"value\":\"Facebook\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Twitter\",\"value\":\"Twitter\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"RCUSA\",\"value\":\"RCUSA\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"A relevant listserv or website\",\"value\":\"A relevant listserv or website\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":30,\"label\":\"Referred by\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"22\",\"operator\":\"is\",\"value\":\"A friend or colleague referred me\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":32,\"label\":\"Referred by\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"22\",\"operator\":\"is\",\"value\":\"ECDC Staff member\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":33,\"label\":\"Referred by\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"22\",\"operator\":\"is\",\"value\":\"A relevant listserv or website\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":31,\"label\":\"Referred by\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"22\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":34,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":9,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<p><strong>CANCELLATION POLICY:<\\/strong> All cancellations will be assessed a $75.00 administrative fee. Cancellations must be made in writing and received before Friday, March 30, 2018. No refunds will be made after <strong>CANCELLATION POLICY:<\\/strong><\\/p>\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1}],\"version\":\"2.3.1\",\"id\":9,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5af5b4b7af064\":{\"id\":\"5af5b4b7af064\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5af5b4b7b2903\":{\"id\":\"5af5b4b7b2903\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}}',NULL,'{\"5af5b4b7b2903\":{\"id\":\"5af5b4b7b2903\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Dear {Name (First):1.3} {Name (Last):1.6},\\r\\n\\r\\nThank you for registering for the ECDC Annual Conference. You have been tentatively registered to attend the ECDC annual banquet, pending receipt of payment. Please <a href=\\\"\\\">click here<\\/a> if you would like to register an additional person or persons!\\r\\n\\r\\nWe look forward to seeing you there!\\r\\n\\r\\nSincerely,\\r\\n\\r\\nConference Committee\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"5af5b4b7af064\":{\"isActive\":true,\"id\":\"5af5b4b7af064\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(10,'{\"title\":\"Banquet Registration\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":2,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"2.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"2.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"2.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"2.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"2.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"2.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":3,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":4,\"label\":\"Confirm Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"name\",\"id\":5,\"label\":\"Name of person completing form\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"5.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"5.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"5.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"5.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"5.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"creditcard\",\"id\":9,\"label\":\"Credit Card\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"9.1\",\"label\":\"Card Number\",\"name\":\"\"},{\"id\":\"9.2_month\",\"label\":\"Expiration Month\",\"name\":\"\",\"defaultLabel\":\"Expiration Date\"},{\"id\":\"9.2_year\",\"label\":\"Expiration Year\",\"name\":\"\"},{\"id\":\"9.3\",\"label\":\"Security Code\",\"name\":\"\"},{\"id\":\"9.4\",\"label\":\"Card Type\",\"name\":\"\"},{\"id\":\"9.5\",\"label\":\"Cardholder Name\",\"name\":\"\"}],\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"creditCardStyle\":\"\",\"creditCards\":\"\",\"pageNumber\":1},{\"type\":\"email\",\"id\":6,\"label\":\"Email of person completing form\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":8,\"label\":\"Banquet Ticket\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"radio\",\"enablePrice\":true,\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"$75.00\",\"value\":\"$75.00\",\"isSelected\":false,\"price\":\"$75.00\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.2\",\"id\":10,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5af5bca12a39e\":{\"id\":\"5af5bca12a39e\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Dear {Name (First):1.3}{Name (Last):1.6}\\r\\n\\r\\nYou have been tentatively registered to attend the ECDC annual banquet, pending receipt of payment. Once payment has been received, your tickets(s) will be available for pick up on ---- from 9:00 am to 4:30 pm at the conference registratoin table at the door of the banquet event. Please <a href=\\\"\\\">click here<\\/a> if you would like to register an additional person or persons!\\r\\n\\r\\nThank you and we look forward to hosting you!\\r\\n\\r\\nECDC Conference Committee \",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"5af5bca128d1a\":{\"isActive\":true,\"id\":\"5af5bca128d1a\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(11,'{\"title\":\"Raffle Ticket Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":2,\"label\":\"Organization\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"Position\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":5,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":6,\"label\":\"Confirm Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":7,\"label\":\"Raffle ticket(s)\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"7.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"7.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"7.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"singleproduct\",\"enablePrice\":null,\"formId\":11,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$10.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.1\",\"id\":11,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5af5c1969ef58\":{\"id\":\"5af5c1969ef58\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thank you for your raffle ticket purchase in celebration of the ECDC Annual Conference. Your ticket(s) will be available pending the receipt of your ticket fee.\\r\\n\\r\\nRegards,\\r\\n\\r\\nConference Committee\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"5af5c1969cca2\":{\"isActive\":true,\"id\":\"5af5c1969cca2\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(12,'{\"title\":\"Sponsor Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"text\",\"id\":2,\"label\":\"Organization\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"Position\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":5,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"5.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"5.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"5.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"5.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"5.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"5.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":6,\"label\":\"Work Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":7,\"label\":\"Fax\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":8,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":9,\"label\":\"Confirm Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":10,\"label\":\"Sponsor Type\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"radio\",\"enablePrice\":true,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"Diamond $ 25,000.00- Listing as premiere sponsor in program; event and web recognition; full-page color ad in program; two prominently located tables with signage; 20 banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Diamond $ 25,000.00- Listing as premiere sponsor in program; event and web recognition; full-page color ad in program; two prominently located tables with signage; 20 banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$25,000.00\"},{\"text\":\"Platinum $ 15,000.00- Listing as a sponsor in program; event and web recognition; half a page color ad in program; one prominently located table with sponsor \\u2018s name; 15 banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Platinum $ 15,000.00- Listing as a sponsor in program; event and web recognition; half a page color ad in program; one prominently located table with sponsor \\u2018s name; 15 banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$15,000.00\"},{\"text\":\"Gold $ 10,000.00- Listing as a sponsor in program; event and web recognition; quarter-page color ad in program; 10 banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Gold $ 10,000.00- Listing as a sponsor in program; event and web recognition; quarter-page color ad in program; 10 banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$10,000.00\"},{\"text\":\"Silver $ 5,000.00- Listing as a sponsor in program; event and web recognition; business card ad in program; seven banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Silver $ 5,000.00- Listing as a sponsor in program; event and web recognition; business card ad in program; seven banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$5,000.00\"},{\"text\":\"Bronze $ 3,000.00- Listing as a sponsor in program; event and web recognition; business card ad in program; five banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Bronze $ 3,000.00- Listing as a sponsor in program; event and web recognition; business card ad in program; five banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$3,000.00\"},{\"text\":\"Partner $ 2,000.00- Listing as a sponsor in program; event and web recognition; three banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Partner $ 2,000.00- Listing as a sponsor in program; event and web recognition; three banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$2,000.00\"},{\"text\":\"Friend $ 1,000.00- Listing as a sponsor in program; event and web recognition; two banquet tickets; and approved materials displayed at banquet.\",\"value\":\"Friend $ 1,000.00- Listing as a sponsor in program; event and web recognition; two banquet tickets; and approved materials displayed at banquet.\",\"isSelected\":false,\"price\":\"$1,000.00\"},{\"text\":\"Tote Bag $ 7,000.00 Advertising and branding opportunity; listing as a sponsor in program; event and web recognition; and six banquet tickets.\",\"value\":\"Tote Bag $ 7,000.00 Advertising and branding opportunity; listing as a sponsor in program; event and web recognition; and six banquet tickets.\",\"isSelected\":false,\"price\":\"$7,000.00\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"$0.00\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":11,\"label\":\"Other Amount\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"price\",\"enablePrice\":null,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"any\",\"rules\":[{\"fieldId\":\"10\",\"operator\":\"is\",\"value\":\"Other\"}]},\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":12,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":12,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<p><strong>Cancellation Policy:<\\/strong> Cancellation after Tuesday, April 19, 2016, will result in the forfeiture of all fees. \\n<br>\\n<strong>Application Deadline:<\\/strong> Applications should be submitted no later than April 12, 2016, to allow adequate time for processing and notification. Space will be assigned on a first come basis.<\\/p> \",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1}],\"version\":\"2.3.1\",\"id\":12,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5af5c4e05635c\":{\"id\":\"5af5c4e05635c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thank you for becoming a sponsor of the ECDC\'s Annual National Conference! Your contribution will go towards supporting ECDC\'s programs for refugees and immigrants.Donor observances will occur upon receipt of payment. We look forward to continued partnership!\\r\\n\\r\\nRegards,\\r\\n\\r\\nNational Conference Committee\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"5af5c4e054c09\":{\"isActive\":true,\"id\":\"5af5c4e054c09\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(13,'{\"title\":\"Vendor Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":2,\"label\":\"Organization\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":3,\"label\":\"Position\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":5,\"label\":\"Work Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":6,\"label\":\"Fax\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":7,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":8,\"label\":\"Confirm Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":10,\"label\":\"Vendor Fees\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"radio\",\"enablePrice\":true,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"$140.00 for two days\",\"value\":\"$140.00 for two days\",\"isSelected\":false,\"price\":\"$140.00\"},{\"text\":\"$75.00 for one day\",\"value\":\"$75.00 for one day\",\"isSelected\":false,\"price\":\"$75.00\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":11,\"label\":\"Type of Product\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":12,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":13,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<p><strong>Eligibility:<\\/strong> Vendors must submit or describe display items with application for eligibility. Please provide either a link to your website, indication what you intend to display, or write a brief description of what you intend to display. ECDC reserves the right to deny service if the exhibitor\\u2019s items are inappropriate or conflict with the organization\\u2019s interest. \\n<br> \\n<strong>Booth Furnishings:<\\/strong> One (1) 6-foot draped table and two (2) chairs. \\n<br> \\nPayment: Payment information will be provided upon approval of your application. \\n<br>\\n<strong>Cancellation Policy:<\\/strong> Cancellation after Monday, April 16, 2018, will result in the forfeiture of all fees. \\n<br> \\n<strong>Application Deadline:<\\/strong> Applications should be submitted no later than <strong>Wednesday April 11, 2018<\\/strong>, to allow adequate time for processing and notification. Space will be assigned on a first come basis. <\\/p>\\n\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1}],\"version\":\"2.3.1\",\"id\":13,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5af5c69049b84\":{\"id\":\"5af5c69049b84\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thank you for your application to become a vendor at ECDC\'s Annual National Conference! If your application is approved, we will send you payment information and other details by email. \\r\\n\\r\\nWe look forward to continued partnership in the future!\\r\\n\\r\\nRegards,\\r\\n\\r\\nECDC Conference Committee\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"5af5c690494dd\":{\"isActive\":true,\"id\":\"5af5c690494dd\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(14,'{\"title\":\"Volunteer Application\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":2,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"2.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"2.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"2.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"2.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"2.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"2.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":3,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":4,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":5,\"label\":\"Employment\\/Study History\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"text\",\"id\":6,\"label\":\"Employer\\/Place of Study\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":7,\"label\":\"Position\\/Area of Study\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":8,\"label\":\"How did you hear about us\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":9,\"label\":\"Describe any academic studies or work\\/ previous volunteer experience that is relevant to volunteering at ECDC\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":10,\"label\":\"Do you have a car available for use while you\\u2019re volunteering?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":11,\"label\":\"Days available for volunteering\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Monday mornings\",\"value\":\"Monday mornings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Monday evenings\",\"value\":\"Monday evenings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Tuesday mornings\",\"value\":\"Tuesday mornings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Tuesday evenigns\",\"value\":\"Tuesday evenigns\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wednesday mornings\",\"value\":\"Wednesday mornings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wednesday evenings\",\"value\":\"Wednesday evenings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Thursday mornings\",\"value\":\"Thursday mornings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Thursday evenings\",\"value\":\"Thursday evenings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friday mornings\",\"value\":\"Friday mornings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friday evenings\",\"value\":\"Friday evenings\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Weekends\",\"value\":\"Weekends\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"11.1\",\"label\":\"Monday mornings\",\"name\":\"\"},{\"id\":\"11.2\",\"label\":\"Monday evenings\",\"name\":\"\"},{\"id\":\"11.3\",\"label\":\"Tuesday mornings\",\"name\":\"\"},{\"id\":\"11.4\",\"label\":\"Tuesday evenigns\",\"name\":\"\"},{\"id\":\"11.5\",\"label\":\"Wednesday mornings\",\"name\":\"\"},{\"id\":\"11.6\",\"label\":\"Wednesday evenings\",\"name\":\"\"},{\"id\":\"11.7\",\"label\":\"Thursday mornings\",\"name\":\"\"},{\"id\":\"11.8\",\"label\":\"Thursday evenings\",\"name\":\"\"},{\"id\":\"11.9\",\"label\":\"Friday mornings\",\"name\":\"\"},{\"id\":\"11.11\",\"label\":\"Friday evenings\",\"name\":\"\"},{\"id\":\"11.12\",\"label\":\"Weekends\",\"name\":\"\"}],\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"list\",\"id\":13,\"label\":\"Languages spoken other than English\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxRows\":0,\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":14,\"label\":\"Areas of interest\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":15,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<a href=\\\"http:\\/\\/ecdcus.org\\/wordpress\\/terms-and-conditions\\/\\\">Read our terms and conditions<\\/a>\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"checkbox\",\"id\":18,\"label\":\"I agree to the terms and conditions set forth\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"\",\"value\":\"\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"18.1\",\"label\":\"\",\"name\":\"\"}],\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":17,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":14,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<p><strong>Volunteer Proccess<\\/strong> \\n\\n <ol class=\\\"list\\\">\\n <li>Be sure that you are ready to join the volunteer family at ACC. If this is not a good season of life for you to have time to dedicate to volunteer, just get back in touch with us when it is. You are always welcome.<\\/li>\\n <li>Turn in all volunteer paperwork: Application (including signed confidentiality form) and Background Check.<\\/li>\\n <li>Wait for email referral from volunteer coordinator to connect you and ACC department\\/staff member.<\\/li>\\n <li>Jump in and get started!!<\\/li>\\n<\\/ol>\\n \\nPlease submit a backgroound check and forward the results or have them copied to <a href=\\\"mailto:volunteer@ecdcus.org\\\">volunteer@ecdcus.org<\\/a>. (ECDC also screens all potential volunteers through the National Sex Offender Public Website)<\\/p>\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1}],\"version\":\"2.3.2\",\"id\":14,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5af5cbe09fa42\":{\"id\":\"5af5cbe09fa42\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5af5cbe09e850\":{\"isActive\":true,\"id\":\"5af5cbe09e850\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(15,'{\"title\":\"Donation Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":15,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":2,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"2.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"2.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"2.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"2.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"2.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"2.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":15,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"hideCountry\":\"\",\"defaultState\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":3,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":15,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":5,\"label\":\"Donation Amount\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"inputType\":\"radio\",\"enablePrice\":true,\"formId\":15,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":[{\"text\":\"$50.00\",\"value\":\"$50.00\",\"isSelected\":false,\"price\":\"$50.00\"},{\"text\":\"$75.00\",\"value\":\"$75.00\",\"isSelected\":false,\"price\":\"$75.00\"},{\"text\":\"$125.00\",\"value\":\"$125.00\",\"isSelected\":false,\"price\":\"$125.00\"},{\"text\":\"$200.00\",\"value\":\"$200.00\",\"isSelected\":false,\"price\":\"$200.00\"},{\"text\":\"$350.00\",\"value\":\"$350.00\",\"isSelected\":false,\"price\":\"$350.00\"}],\"conditionalLogic\":\"\",\"productField\":\"\",\"basePrice\":\"$0.00\",\"disableQuantity\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"creditcard\",\"id\":7,\"label\":\"Credit Card\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"7.1\",\"label\":\"Card Number\",\"name\":\"\"},{\"id\":\"7.2_month\",\"label\":\"Expiration Month\",\"name\":\"\",\"defaultLabel\":\"Expiration Date\"},{\"id\":\"7.2_year\",\"label\":\"Expiration Year\",\"name\":\"\"},{\"id\":\"7.3\",\"label\":\"Security Code\",\"name\":\"\"},{\"id\":\"7.4\",\"label\":\"Card Type\",\"name\":\"\"},{\"id\":\"7.5\",\"label\":\"Cardholder Name\",\"name\":\"\"}],\"formId\":15,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"creditCardStyle\":\"\",\"creditCards\":\"\",\"pageNumber\":1},{\"type\":\"total\",\"id\":6,\"label\":\"Total\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":15,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.2\",\"id\":15,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5af5ec5c53f84\":{\"id\":\"5af5ec5c53f84\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5af5ec5c526d9\":{\"isActive\":true,\"id\":\"5af5ec5c526d9\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"whailu@ecdcus.org\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(16,'{\"title\":\"Test Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"text\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"small\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":16,\"description\":\"Put your name\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1}],\"version\":\"2.3.2\",\"id\":16,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b228f420a257\":{\"id\":\"5b228f420a257\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"},\"5b228ffd0f50d\":{\"id\":\"5b228ffd0f50d\",\"name\":\"Notification Confirmation\",\"type\":\"message\",\"message\":\"Someone from our team will get back to you in five business days.\",\"disableAutoformat\":false,\"pageId\":0,\"url\":\"\",\"queryString\":\"\",\"isDefault\":false,\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1\",\"operator\":\"is\",\"value\":\"\"}]},\"isActive\":true}}','{\"5b228f420416c\":{\"id\":\"5b228f420416c\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'); /*!40000 ALTER TABLE `wp_gf_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_view` -- DROP TABLE IF EXISTS `wp_gf_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_view` -- LOCK TABLES `wp_gf_form_view` WRITE; /*!40000 ALTER TABLE `wp_gf_form_view` DISABLE KEYS */; INSERT INTO `wp_gf_form_view` VALUES (1,1,'2018-05-18 14:26:07','',5),(2,1,'2018-05-21 13:57:28','',6),(3,1,'2018-05-23 13:27:33','',43),(4,15,'2018-05-23 13:35:50','',2),(5,9,'2018-05-23 13:55:58','',1),(6,1,'2018-05-24 18:10:01','',153),(7,9,'2018-05-24 18:53:09','',13),(8,15,'2018-05-24 19:16:31','',4),(9,1,'2018-05-25 18:23:12','',68),(10,14,'2018-05-25 18:46:25','',1),(11,9,'2018-05-29 13:48:41','',1),(12,1,'2018-05-29 13:48:41','',6),(13,1,'2018-05-30 16:33:07','',156),(14,15,'2018-05-30 16:39:29','',7),(15,9,'2018-05-30 17:59:56','',7),(16,14,'2018-05-30 19:06:16','',3),(17,1,'2018-06-05 13:58:54','',1),(18,1,'2018-06-06 14:53:12','',75),(19,14,'2018-06-06 15:06:28','',3),(20,15,'2018-06-06 15:06:40','',2),(21,9,'2018-06-06 15:06:53','',7),(22,1,'2018-06-07 15:15:38','',16),(23,9,'2018-06-07 15:31:15','',5),(24,12,'2018-06-07 15:32:32','',2),(25,10,'2018-06-07 15:32:32','',2),(26,11,'2018-06-07 15:32:32','',2),(27,13,'2018-06-07 15:32:32','',2),(28,1,'2018-06-12 16:04:56','',30),(29,9,'2018-06-12 16:06:36','',13),(30,12,'2018-06-12 20:06:49','',2),(31,10,'2018-06-12 20:06:49','',2),(32,11,'2018-06-12 20:06:49','',2),(33,13,'2018-06-12 20:06:49','',2),(34,15,'2018-06-12 20:08:35','',1),(35,1,'2018-06-14 14:51:13','',26),(36,9,'2018-06-14 15:14:28','',2),(37,15,'2018-06-14 15:15:32','',2),(38,1,'2018-06-15 20:48:47','',1),(39,1,'2018-06-18 14:14:36','',9),(40,1,'2018-06-19 14:53:16','',14),(41,9,'2018-06-19 19:42:51','',1),(42,11,'2018-06-19 19:43:03','',1),(43,12,'2018-06-19 19:43:16','',1),(44,10,'2018-06-19 19:43:26','',1),(45,15,'2018-06-19 19:44:24','',1),(46,1,'2018-06-20 16:49:31','',1),(47,1,'2018-06-21 16:50:37','',111),(48,9,'2018-06-21 20:53:45','',2),(49,14,'2018-06-22 12:44:16','',1),(50,15,'2018-06-22 14:46:47','',1),(51,1,'2018-06-22 17:51:06','',16); /*!40000 ALTER TABLE `wp_gf_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mdf_query_cache` -- DROP TABLE IF EXISTS `wp_mdf_query_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mdf_query_cache` ( `mkey` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `mvalue` text COLLATE utf8mb4_unicode_520_ci NOT NULL, KEY `mkey` (`mkey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mdf_query_cache` -- LOCK TABLES `wp_mdf_query_cache` WRITE; /*!40000 ALTER TABLE `wp_mdf_query_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_mdf_query_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mdf_stat_buffer` -- DROP TABLE IF EXISTS `wp_mdf_stat_buffer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mdf_stat_buffer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hash` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `user_ip` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `post_type` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `type` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `filter_id` int(11) NOT NULL, `key_id` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `value` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `time` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mdf_stat_buffer` -- LOCK TABLES `wp_mdf_stat_buffer` WRITE; /*!40000 ALTER TABLE `wp_mdf_stat_buffer` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_mdf_stat_buffer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mdf_stat_tmp` -- DROP TABLE IF EXISTS `wp_mdf_stat_tmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mdf_stat_tmp` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_ip` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `post_type` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `tax_data` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `meta_data` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `hash` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `time` int(11) NOT NULL, `is_collected` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mdf_stat_tmp` -- LOCK TABLES `wp_mdf_stat_tmp` WRITE; /*!40000 ALTER TABLE `wp_mdf_stat_tmp` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_mdf_stat_tmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mediafromftp_log` -- DROP TABLE IF EXISTS `wp_mediafromftp_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mediafromftp_log` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `id` bigint(20) DEFAULT NULL, `user` text, `title` text, `permalink` text, `url` text, `filename` text, `time` datetime DEFAULT NULL, `filetype` text, `filesize` text, `exif` text, `length` text, `thumbnail` longtext, `mlccategories` longtext, `emlcategories` longtext, `mlacategories` longtext, `mlatags` longtext, UNIQUE KEY `meta_id` (`meta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mediafromftp_log` -- LOCK TABLES `wp_mediafromftp_log` WRITE; /*!40000 ALTER TABLE `wp_mediafromftp_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_mediafromftp_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `wpe_autoload_options_index` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=4090 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (4066,'active_plugins','a:1:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";}','yes'),(4067,'ai1wm_secret_key','lzvxgc3MBVzE','yes'),(4068,'ai1wm_auth_user','','yes'),(4069,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4070,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4071,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4072,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4073,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4074,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4075,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4076,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4077,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4078,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4079,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4080,'nonce_key','EWcv^~=.1:T2%B8%o%@*]-o!myO%@gk~/>`Al=$V(j>=he+zshNytj6u+`uZEy{)','no'),(4081,'nonce_salt','P`<#gn&#QfKqw}iYHt|>jFZ<Xtw2=Z:$k4T~Ok$yBMh4jecYC.2[DZG68+/IeT%N','no'),(4082,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4083,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4084,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4085,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4086,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4087,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4088,'cron','a:2:{i:1529945517;a:4:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(4089,'_transient_doing_cron','1529945741.3528699874877929687500','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2018-06-25 15:57:50','2018-06-25 15:57:50','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-06-25 15:57:50','2018-06-25 15:57:50','',0,'http://ecdcus.org/wordpress/?p=1',0,'post','',1),(2,1,'2018-06-25 15:57:50','2018-06-25 15:57:50','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://ecdcus.org/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-06-25 15:57:50','2018-06-25 15:57:50','',0,'http://ecdcus.org/wordpress/?page_id=2',0,'page','',0),(3,1,'2018-06-25 15:57:50','2018-06-25 15:57:50','<h2>Who we are</h2><p>Our website address is: http://ecdcus.org/wordpress.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-06-25 15:57:50','2018-06-25 15:57:50','',0,'http://ecdcus.org/wordpress/?page_id=3',0,'page','',0),(4,1,'2018-06-25 15:58:17','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-06-25 15:58:17','0000-00-00 00:00:00','',0,'http://ecdcus.org/wordpress/?p=4',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admecdc'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:3:{s:64:\"d42766e311a6121b25dd2a30643d97343aa8ef4928599a2e6c9bb5b43a835146\";a:4:{s:10:\"expiration\";i:1530115095;s:2:\"ip\";s:9:\"5.62.49.4\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0\";s:5:\"login\";i:1529942295;}s:64:\"3629c2b49406b5710877bfd2c7b49bf70d1a604a16b00f12111acc1a4a41d8c1\";a:4:{s:10:\"expiration\";i:1530116236;s:2:\"ip\";s:9:\"5.62.49.4\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0\";s:5:\"login\";i:1529943436;}s:64:\"390cbeedd74b7bee9ff06f241b3ca56b60cb3341a7c841212280665e7b9c1652\";a:4:{s:10:\"expiration\";i:1530116281;s:2:\"ip\";s:9:\"5.62.49.4\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0\";s:5:\"login\";i:1529943481;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:9:\"5.62.49.0\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admecdc','$P$B5GbqWC3MYrDVsZcaoIgUpguGX8kqp0','admecdc','development@elevationweb.org','','2018-06-25 15:57:50','',0,'admecdc'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'ecdcus' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-07-06 2:28:24