diff --git a/composer.json b/composer.json index 69f7ed7..6ac8ec2 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "captainhook/hook-installer": true, "composer/installers": true, "dangoodman/composer-for-wordpress": true, + "inpsyde/wp-translation-downloader": true, "roots/wordpress-core-installer": true }, "platform": { @@ -45,7 +46,10 @@ "require": { "php": ">=8.2", "composer/installers": "^2.2", + "deliciousbrains-plugin/wp-migrate-db-pro": "^2.7", + "gravity/gravityforms": "^2.10", "gravitykit/gravity-forms-zero-spam": "^1.7", + "inpsyde/wp-translation-downloader": "^2.6", "johnbillion/user-switching": "^1.11", "log1x/navi": "^3.1", "log1x/poet": "^2.0", @@ -66,21 +70,26 @@ "wpackagist-plugin/relay": "^1.3", "wpackagist-plugin/stream": "^4.0", "wpackagist-plugin/wp-seopress": "^8.1", + "wpengine/advanced-custom-fields-pro": "^6.8", "yard/brave-acf": "^1.1", "yard/brave-components": "^1.2", "yard/brave-csp": "^1.0", + "yard/brave-dashboard": "^1.3", "yard/brave-hooks": "^2.0", "yard/config-expander": "^1.0", - "yard/wp-cli-bundle": "^2.0", "yard/data": "^1.0", "yard/multisite-url-fixer": "^1.0", "yard/nutshell": "^2.1", "yard/query-block": "^1.0", "yard/webmanifest": "^1.0", "yard/wp-block-registrar": "^1.0", + "yard/wp-cli-bundle": "^2.0", "yard/wp-database": "^1.0", "yard/wp-user-roles": "^2.0", - "yoast/duplicate-post": "^4.6" + "yoast/duplicate-post": "^4.6", + "ypackagist/facetwp": "^4.4", + "ypackagist/searchwp": "^4.5", + "ypackagist/wp-seopress-pro": "^9.7" }, "require-dev": { "captainhook/captainhook": "^5.24", @@ -113,7 +122,21 @@ "type:wordpress-theme" ] }, - "wordpress-install-dir": "web/wp" + "wordpress-install-dir": "web/wp", + "wp-translation-downloader": { + "languages": [ + "nl_NL", + "de_DE" + ], + "languageRootDir": "web/app/languages", + "api": { + "names": { + "gravity/*": "https://packages.translationspress.com/rocketgenius/%projectName%/packages.json?version", + "ypackagist/wp-seopress-pro": "https://packages.translationspress.com/seopress/wp-seopress-pro/packages.json", + "wp-media/imagify-plugin": "https://api.wordpress.org/translations/plugins/1.0/?slug=imagify" + } + } + } }, "scripts": { "format": "./vendor/bin/php-cs-fixer fix", diff --git a/composer.lock b/composer.lock index 1262934..47c181f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e1443b222d7aff2d1008fab021b81395", + "content-hash": "8cc2ce06e2327b21bda60b2d72bec966", "packages": [ { "name": "bordoni/phpass", @@ -450,6 +450,94 @@ }, "time": "2020-11-16T19:32:10+00:00" }, + { + "name": "deliciousbrains-plugin/wp-migrate-db-pro", + "version": "2.7.7", + "dist": { + "type": "zip", + "url": "https://satis.yard.nl/dist/deliciousbrains-plugin/wp-migrate-db-pro/deliciousbrains-plugin-wp-migrate-db-pro-2.7.7.zip", + "shasum": "dd44ea743a7167d0be91f5353b7777c0306cfe11" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + }, + "type": "wordpress-plugin" + }, + { + "name": "dflydev/dot-access-data", + "version": "v3.0.3", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-data.git", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.42", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", + "scrutinizer/ocular": "1.6.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Dflydev\\DotAccessData\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Carlos Frutos", + "email": "carlos@kiwing.it", + "homepage": "https://github.com/cfrutos" + }, + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com" + } + ], + "description": "Given a deep data structure, access data by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "keywords": [ + "access", + "data", + "dot", + "notation" + ], + "support": { + "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" + }, + "time": "2024-07-08T12:26:09+00:00" + }, { "name": "doctrine/deprecations", "version": "1.1.6", @@ -1142,6 +1230,19 @@ ], "time": "2025-12-27T19:43:20+00:00" }, + { + "name": "gravity/gravityforms", + "version": "2.10.2", + "dist": { + "type": "zip", + "url": "https://satis.yard.nl/dist/gravity/gravityforms/gravity-gravityforms-2.10.2.zip", + "shasum": "e213bed7f03eff330fdc3ca2e0ff3a515055ade7" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin" + }, { "name": "gravitykit/gravity-forms-zero-spam", "version": "v1.8.0", @@ -2951,6 +3052,68 @@ }, "time": "2025-03-24T11:47:24+00:00" }, + { + "name": "inpsyde/wp-translation-downloader", + "version": "2.6", + "source": { + "type": "git", + "url": "https://github.com/inpsyde/wp-translation-downloader.git", + "reference": "60c4a8092d5e0feca2bd8b62c645257fc3bff12e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/inpsyde/wp-translation-downloader/zipball/60c4a8092d5e0feca2bd8b62c645257fc3bff12e", + "reference": "60c4a8092d5e0feca2bd8b62c645257fc3bff12e", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.0", + "composer/installers": "^1.0 || ^2.0", + "ext-json": "*", + "php": ">=7.2" + }, + "require-dev": { + "behat/behat": "^v3.10.0", + "brain/monkey": "^2.6.1", + "composer/composer": "^2.3.7", + "inpsyde/php-coding-standards": "^1.0.0", + "mikey179/vfsstream": "^v1.6.10", + "ondram/ci-detector": "^4.1.0", + "phpunit/phpunit": "^9.6.0", + "vimeo/psalm": "^4.23.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Inpsyde\\WpTranslationDownloader\\Plugin" + }, + "autoload": { + "psr-4": { + "Inpsyde\\WpTranslationDownloader\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Syde GmbH", + "email": "hello@syde.com", + "homepage": "https://syde.com/", + "role": "Company" + }, + { + "name": "Christian Leucht", + "email": "c.leucht@inpsyde.com" + } + ], + "description": "Composer plugin to download translations from wordpress.org API.", + "support": { + "issues": "https://github.com/inpsyde/wp-translation-downloader/issues", + "source": "https://github.com/inpsyde/wp-translation-downloader/tree/2.6" + }, + "time": "2025-05-28T12:02:26+00:00" + }, { "name": "intervention/gif", "version": "4.2.4", @@ -3792,6 +3955,195 @@ }, "time": "2024-11-14T18:34:49+00:00" }, + { + "name": "league/commonmark", + "version": "2.8.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/commonmark.git", + "reference": "59fb075d2101740c337c7216e3f32b36c204218b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/59fb075d2101740c337c7216e3f32b36c204218b", + "reference": "59fb075d2101740c337c7216e3f32b36c204218b", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "league/config": "^1.1.1", + "php": "^7.4 || ^8.0", + "psr/event-dispatcher": "^1.0", + "symfony/deprecation-contracts": "^2.1 || ^3.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "cebe/markdown": "^1.0", + "commonmark/cmark": "0.31.1", + "commonmark/commonmark.js": "0.31.1", + "composer/package-versions-deprecated": "^1.8", + "embed/embed": "^4.4", + "erusev/parsedown": "^1.0", + "ext-json": "*", + "github/gfm": "0.29.0", + "michelf/php-markdown": "^1.4 || ^2.0", + "nyholm/psr7": "^1.5", + "phpstan/phpstan": "^1.8.2", + "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", + "scrutinizer/ocular": "^1.8.1", + "symfony/finder": "^5.3 | ^6.0 | ^7.0 || ^8.0", + "symfony/process": "^5.4 | ^6.0 | ^7.0 || ^8.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0 || ^8.0", + "unleashedtech/php-coding-standard": "^3.1.1", + "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0" + }, + "suggest": { + "symfony/yaml": "v2.3+ required if using the Front Matter extension" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.9-dev" + } + }, + "autoload": { + "psr-4": { + "League\\CommonMark\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" + } + ], + "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", + "homepage": "https://commonmark.thephpleague.com", + "keywords": [ + "commonmark", + "flavored", + "gfm", + "github", + "github-flavored", + "markdown", + "md", + "parser" + ], + "support": { + "docs": "https://commonmark.thephpleague.com/", + "forum": "https://github.com/thephpleague/commonmark/discussions", + "issues": "https://github.com/thephpleague/commonmark/issues", + "rss": "https://github.com/thephpleague/commonmark/releases.atom", + "source": "https://github.com/thephpleague/commonmark" + }, + "funding": [ + { + "url": "https://www.colinodell.com/sponsor", + "type": "custom" + }, + { + "url": "https://www.paypal.me/colinpodell/10.00", + "type": "custom" + }, + { + "url": "https://github.com/colinodell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/commonmark", + "type": "tidelift" + } + ], + "time": "2026-03-19T13:16:38+00:00" + }, + { + "name": "league/config", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/config.git", + "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", + "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^3.0.1", + "nette/schema": "^1.2", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.8.2", + "phpunit/phpunit": "^9.5.5", + "scrutinizer/ocular": "^1.8.1", + "unleashedtech/php-coding-standard": "^3.1", + "vimeo/psalm": "^4.7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Config\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" + } + ], + "description": "Define configuration arrays with strict schemas and access values with dot notation", + "homepage": "https://config.thephpleague.com", + "keywords": [ + "array", + "config", + "configuration", + "dot", + "dot-access", + "nested", + "schema" + ], + "support": { + "docs": "https://config.thephpleague.com/", + "issues": "https://github.com/thephpleague/config/issues", + "rss": "https://github.com/thephpleague/config/releases.atom", + "source": "https://github.com/thephpleague/config" + }, + "funding": [ + { + "url": "https://www.colinodell.com/sponsor", + "type": "custom" + }, + { + "url": "https://www.paypal.me/colinpodell/10.00", + "type": "custom" + }, + { + "url": "https://github.com/colinodell", + "type": "github" + } + ], + "time": "2022-12-11T20:36:23+00:00" + }, { "name": "league/flysystem", "version": "3.33.0", @@ -4409,6 +4761,164 @@ ], "time": "2025-01-08T20:10:23+00:00" }, + { + "name": "nette/schema", + "version": "v1.3.5", + "source": { + "type": "git", + "url": "https://github.com/nette/schema.git", + "reference": "f0ab1a3cda782dbc5da270d28545236aa80c4002" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/schema/zipball/f0ab1a3cda782dbc5da270d28545236aa80c4002", + "reference": "f0ab1a3cda782dbc5da270d28545236aa80c4002", + "shasum": "" + }, + "require": { + "nette/utils": "^4.0", + "php": "8.1 - 8.5" + }, + "require-dev": { + "nette/phpstan-rules": "^1.0", + "nette/tester": "^2.6", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1.39@stable", + "tracy/tracy": "^2.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Nette\\": "src" + }, + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "📐 Nette Schema: validating data structures against a given Schema.", + "homepage": "https://nette.org", + "keywords": [ + "config", + "nette" + ], + "support": { + "issues": "https://github.com/nette/schema/issues", + "source": "https://github.com/nette/schema/tree/v1.3.5" + }, + "time": "2026-02-23T03:47:12+00:00" + }, + { + "name": "nette/utils", + "version": "v4.1.4", + "source": { + "type": "git", + "url": "https://github.com/nette/utils.git", + "reference": "7da6c396d7ebe142bc857c20479d5e70a5e1aac7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/utils/zipball/7da6c396d7ebe142bc857c20479d5e70a5e1aac7", + "reference": "7da6c396d7ebe142bc857c20479d5e70a5e1aac7", + "shasum": "" + }, + "require": { + "php": "8.2 - 8.5" + }, + "conflict": { + "nette/finder": "<3", + "nette/schema": "<1.2.2" + }, + "require-dev": { + "jetbrains/phpstorm-attributes": "^1.2", + "nette/phpstan-rules": "^1.0", + "nette/tester": "^2.5", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1@stable", + "tracy/tracy": "^2.9" + }, + "suggest": { + "ext-gd": "to use Image", + "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", + "ext-json": "to use Nette\\Utils\\Json", + "ext-mbstring": "to use Strings::lower() etc...", + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Nette\\": "src" + }, + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "homepage": "https://nette.org", + "keywords": [ + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" + ], + "support": { + "issues": "https://github.com/nette/utils/issues", + "source": "https://github.com/nette/utils/tree/v4.1.4" + }, + "time": "2026-05-11T20:49:54+00:00" + }, { "name": "nikic/php-parser", "version": "v5.7.0", @@ -11214,6 +11724,23 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/wp-seopress/" }, + { + "name": "wpengine/advanced-custom-fields-pro", + "version": "6.8.1", + "dist": { + "type": "zip", + "url": "https://satis.yard.nl/dist/wpengine/advanced-custom-fields-pro/wpengine-advanced-custom-fields-pro-6.8.1.zip", + "shasum": "3bd552d761754f5eb5e94bffad9a5227c43e0bb5" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + }, + "replace": { + "wpackagist-plugin/advanced-custom-fields": "self.version", + "wpengine/advanced-custom-fields": "self.version" + }, + "type": "wordpress-plugin" + }, { "name": "yard/acf-registrar", "version": "v2.0.0", @@ -11448,6 +11975,86 @@ }, "time": "2026-03-31T13:29:05+00:00" }, + { + "name": "yard/brave-dashboard", + "version": "v1.3.0", + "source": { + "type": "git", + "url": "git@github.com:yardinternet/brave-dashboard.git", + "reference": "7b1da67d9995b44e2e4e8c9aebea9b16029fdff3" + }, + "dist": { + "type": "zip", + "url": "https://satis.yard.nl/dist/yard/brave-dashboard/yard-brave-dashboard-7b1da67d9995b44e2e4e8c9aebea9b16029fdff3-zip-f47d0f.zip", + "reference": "7b1da67d9995b44e2e4e8c9aebea9b16029fdff3", + "shasum": "d58beeb607cb22a9dd8538129cb9912b5872a880" + }, + "require": { + "league/commonmark": "^2.7", + "php": ">=8.2", + "roots/acorn": "^4.3", + "spatie/laravel-package-tools": "^1.16" + }, + "require-dev": { + "10up/wp_mock": "^0.4.2", + "larastan/larastan": "^2.9", + "orchestra/testbench": "^8.27", + "pestphp/pest": "^2.36", + "szepeviktor/phpstan-wordpress": "^1.3", + "yard/php-cs-fixer-rules": "^1.0" + }, + "type": "package", + "extra": { + "acorn": { + "providers": [ + "Yard\\Dashboard\\DashboardServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Yard\\Dashboard\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Yard\\Dashboard\\Tests\\": "tests/" + } + }, + "scripts": { + "post-autoload-dump": [ + "if [ -f ./vendor/laravel/framework/src/Illuminate/Foundation/helpers.php ]; then sed -i -e \"s#function __(#function a__(#\" ./vendor/laravel/framework/src/Illuminate/Foundation/helpers.php; fi", + "if [ -f ./vendor/roots/acorn/src/Illuminate/Foundation/helpers.php ]; then sed -i -e \"s#function __(#function b__(#\" ./vendor/roots/acorn/src/Illuminate/Foundation/helpers.php; fi", + "if [ -f ./vendor/larastan/larastan/stubs/common/Helpers.stub ]; then sed -i -e \"s#function __(#function c__(#\" ./vendor/larastan/larastan/stubs/common/Helpers.stub; fi" + ], + "all": [ + "@test", + "@analyse", + "@format" + ], + "analyse": [ + "vendor/bin/phpstan analyse --debug --memory-limit 1G" + ], + "format": [ + "vendor/bin/php-cs-fixer fix" + ], + "test": [ + "vendor/bin/pest" + ], + "test:coverage": [ + "XDEBUG_MODE=coverage vendor/bin/pest --coverage" + ] + }, + "license": [ + "MIT" + ], + "description": "This is my package brave-dashboard", + "support": { + "source": "https://github.com/yardinternet/brave-dashboard", + "issues": "https://github.com/yardinternet/brave-dashboard/issues" + }, + "time": "2026-04-17T12:17:46+00:00" + }, { "name": "yard/brave-hooks", "version": "v2.6.0", @@ -12146,6 +12753,62 @@ "source": "https://github.com/Yoast/duplicate-post" }, "time": "2026-03-09T10:26:52+00:00" + }, + { + "name": "ypackagist/facetwp", + "version": "4.4.1", + "dist": { + "type": "zip", + "url": "https://packagist.yard.nl/satispress/facetwp/4.4.1", + "shasum": "2bed0eacef1e85dcbc2f93b5b29ba49d6344b6bb" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "authors": { + "name": "FacetWP, LLC", + "homepage": "https://facetwp.com/" + }, + "description": "Advanced Filtering for WordPress" + }, + { + "name": "ypackagist/searchwp", + "version": "4.5.8", + "dist": { + "type": "zip", + "url": "https://packagist.yard.nl/satispress/searchwp/4.5.8", + "shasum": "3aca0b459451b5f43f1917e2723d34ec56ae1f79" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "authors": { + "name": "SearchWP", + "homepage": "https://searchwp.com/" + }, + "description": "The best WordPress search you can find", + "homepage": "https://searchwp.com/" + }, + { + "name": "ypackagist/wp-seopress-pro", + "version": "9.7.3", + "dist": { + "type": "zip", + "url": "https://packagist.yard.nl/satispress/wp-seopress-pro/9.7.3", + "shasum": "e36523b5c15ac8bf9426390c3b26566ae0dbdfe3" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "authors": { + "name": "The SEO Guys at SEOPress", + "homepage": "https://www.seopress.org/wordpress-seo-plugins/pro/" + }, + "description": "The PRO version of SEOPress. SEOPress required (free).", + "homepage": "https://www.seopress.org/wordpress-seo-plugins/pro/" } ], "packages-dev": [ diff --git a/install/gravityforms.json b/install/gravityforms.json new file mode 100644 index 0000000..d881f5d --- /dev/null +++ b/install/gravityforms.json @@ -0,0 +1,7716 @@ +{ + "0": { + "title": "Gravity Forms Kitchen Sink", + "description": "This form contains all fields available in the Gravity Forms plugin configured with different options. It is intended to be used for testing your custom CSS layout and styling. The default Gravity Forms styling has been replaced using Gravity Forms Bootstrap Hooks<\/a> and Gravity Forms Bootstrap styling<\/a>. This Gravity Forms Kitchensink<\/a> is also available on Github.", + "labelPlacement": "top_label", + "descriptionPlacement": "below", + "button": { + "type": "text", + "text": "Submit", + "imageUrl": "", + "conditionalLogic": null, + "width": "auto", + "location": "bottom", + "layoutGridColumnSpan": 12 + }, + "fields": [ + { + "is_payment": false, + "type": "section", + "id": 41, + "label": "Bootstrap columns.", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "Use Bootstrap column classes for layout.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "checkboxLabel": "", + "fields": "", + "inputMaskIsCustom": false, + "layoutGroupId": "c19f2480", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 64, + "label": "Column 3\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "6e4d4439", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 186, + "label": "Column 3\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "6e4d4439", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 185, + "label": "Column 3\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "6e4d4439", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 184, + "label": "Column 3\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "6e4d4439", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 183, + "label": "Column 4\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "8d06a33f", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 188, + "label": "Column 4\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "8d06a33f", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 187, + "label": "Column 4\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "8d06a33f", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 191, + "label": "Column 5\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "9e5bd734", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 5, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 192, + "label": "Column 7\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "9e5bd734", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 7, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 189, + "label": "Column 6\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "56c47722", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 190, + "label": "Column 6\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "56c47722", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 195, + "label": "Column 7\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "76293df3", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 7, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 196, + "label": "Column 5\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "76293df3", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 5, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 197, + "label": "Column 8\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "93a4e92e", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 8, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 198, + "label": "Column 4\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "93a4e92e", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 200, + "label": "Column 9\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "5e355224", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 9, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 199, + "label": "Column 3\/12", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "5e355224", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "layoutSpacerGridColumnSpan": 0, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 46, + "label": "Bootstrap sizes.", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "Don't forget to set the input size to Medium! Gravity Forms field sizes are linked to Bootstrap input sizes. Change this value under the 'Appearance' settings.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "fields": "", + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "6a39a304", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "errors": [] + }, + { + "is_payment": false, + "type": "text", + "id": 1, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "small", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "Single Line Text small", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "personalDataExport": false, + "personalDataErase": false, + "inputMaskIsCustom": false, + "layoutGroupId": "28efe571", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 3, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "Single Line Text standard", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "personalDataExport": false, + "personalDataErase": false, + "inputMaskIsCustom": false, + "layoutGroupId": "28efe571", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 4, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "Single Line Text large", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "personalDataExport": false, + "personalDataErase": false, + "inputMaskIsCustom": false, + "layoutGroupId": "28efe571", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "layoutSpacerGridColumnSpan": 0, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "select", + "id": 47, + "label": "Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "small", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "Drop Down small", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "bae6c379", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "select", + "id": 49, + "label": "Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "Drop Down standard", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "bae6c379", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "select", + "id": 48, + "label": "Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "Drop Down large", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "bae6c379", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "textarea", + "id": 201, + "formId": 1, + "label": "Paragraph Text", + "adminLabel": "", + "isRequired": false, + "size": "small", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Paragraph Text small", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "form_id": "", + "useRichTextEditor": false, + "enableEnhancedUI": 0, + "layoutGroupId": "3401a18a", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "errors": [], + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "textarea", + "id": 202, + "formId": 1, + "label": "Paragraph Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Paragraph Text medium", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "form_id": "", + "useRichTextEditor": false, + "enableEnhancedUI": 0, + "layoutGroupId": "3401a18a", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "errors": [], + "fields": "", + "displayOnly": "", + "postFeaturedImage": false, + "checkboxLabel": "" + }, + { + "is_payment": false, + "type": "textarea", + "id": 203, + "formId": 1, + "label": "Paragraph Text", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Paragraph Text large", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "form_id": "", + "useRichTextEditor": false, + "enableEnhancedUI": 0, + "layoutGroupId": "3401a18a", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "errors": [], + "fields": "", + "displayOnly": "", + "postFeaturedImage": false, + "checkboxLabel": "" + }, + { + "is_payment": false, + "type": "section", + "id": 209, + "formId": 1, + "label": "Descriptions, Labels & Sub-labels.", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "This sections tests descriptions & (sub-)labels with their respective placement.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "9fdda763", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "" + }, + { + "is_payment": false, + "type": "text", + "id": 206, + "formId": 1, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Single Line Text with description.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 3, + "enablePasswordInput": "", + "enableEnhancedUI": 0, + "layoutGroupId": "07c62753", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "text", + "id": 205, + "formId": 1, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Single Line Text with description placement above fields.\n", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "above", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 3, + "enablePasswordInput": "", + "enableEnhancedUI": 0, + "layoutGroupId": "07c62753", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "text", + "id": 207, + "formId": 1, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Single Line Text with placeholder. ", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholder", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 3, + "enablePasswordInput": "", + "enableEnhancedUI": 0, + "layoutGroupId": "07c62753", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "text", + "id": 208, + "formId": 1, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "Single Line Text with label visibility hidden and 20 Maximum Characters.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": 20, + "inputType": "", + "labelPlacement": "hidden_label", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 3, + "enablePasswordInput": "", + "enableEnhancedUI": 0, + "layoutGroupId": "07c62753", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "name", + "id": 210, + "formId": 1, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "210.2", + "label": "Prefix", + "name": "", + "autocompleteAttribute": "honorific-prefix", + "choices": [ + { "text": "Dr.", "value": "Dr." }, + { "text": "Miss", "value": "Miss" }, + { "text": "Mr.", "value": "Mr." }, + { "text": "Mrs.", "value": "Mrs." }, + { "text": "Ms.", "value": "Ms." }, + { "text": "Mx.", "value": "Mx." }, + { "text": "Prof.", "value": "Prof." }, + { "text": "Rev.", "value": "Rev." } + ], + "isHidden": true, + "inputType": "radio" + }, + { + "id": "210.3", + "label": "First", + "name": "", + "autocompleteAttribute": "given-name" + }, + { + "id": "210.4", + "label": "Middle", + "name": "", + "autocompleteAttribute": "additional-name", + "isHidden": true + }, + { + "id": "210.6", + "label": "Last", + "name": "", + "autocompleteAttribute": "family-name" + }, + { + "id": "210.8", + "label": "Suffix", + "name": "", + "autocompleteAttribute": "honorific-suffix", + "isHidden": true + } + ], + "description": "Name Field with sub-labels below inputs.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "f7bba3d3", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "name", + "id": 212, + "formId": 1, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "212.2", + "label": "Prefix", + "name": "", + "autocompleteAttribute": "honorific-prefix", + "choices": [ + { "text": "Dr.", "value": "Dr." }, + { "text": "Miss", "value": "Miss" }, + { "text": "Mr.", "value": "Mr." }, + { "text": "Mrs.", "value": "Mrs." }, + { "text": "Ms.", "value": "Ms." }, + { "text": "Mx.", "value": "Mx." }, + { "text": "Prof.", "value": "Prof." }, + { "text": "Rev.", "value": "Rev." } + ], + "isHidden": true, + "inputType": "radio" + }, + { + "id": "212.3", + "label": "First", + "name": "", + "autocompleteAttribute": "given-name" + }, + { + "id": "212.4", + "label": "Middle", + "name": "", + "autocompleteAttribute": "additional-name", + "isHidden": true + }, + { + "id": "212.6", + "label": "Last", + "name": "", + "autocompleteAttribute": "family-name" + }, + { + "id": "212.8", + "label": "Suffix", + "name": "", + "autocompleteAttribute": "honorific-suffix", + "isHidden": true + } + ], + "description": "Name Field with sub-labels above inputs.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "above", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "f7bba3d3", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "name", + "id": 213, + "formId": 1, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "213.2", + "label": "Prefix", + "name": "", + "autocompleteAttribute": "honorific-prefix", + "choices": [ + { "text": "Dr.", "value": "Dr." }, + { "text": "Miss", "value": "Miss" }, + { "text": "Mr.", "value": "Mr." }, + { "text": "Mrs.", "value": "Mrs." }, + { "text": "Ms.", "value": "Ms." }, + { "text": "Mx.", "value": "Mx." }, + { "text": "Prof.", "value": "Prof." }, + { "text": "Rev.", "value": "Rev." } + ], + "isHidden": true, + "inputType": "radio" + }, + { + "id": "213.3", + "label": "First", + "name": "", + "autocompleteAttribute": "given-name" + }, + { + "id": "213.4", + "label": "Middle", + "name": "", + "autocompleteAttribute": "additional-name", + "isHidden": true + }, + { + "id": "213.6", + "label": "Last", + "name": "", + "autocompleteAttribute": "family-name" + }, + { + "id": "213.8", + "label": "Suffix", + "name": "", + "autocompleteAttribute": "honorific-suffix", + "isHidden": true + } + ], + "description": "Name Field with sub-labels & descriptions above inputs.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "above", + "subLabelPlacement": "above", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "f7bba3d3", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "name", + "id": 211, + "formId": 1, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "211.2", + "label": "Prefix", + "name": "", + "autocompleteAttribute": "honorific-prefix", + "choices": [ + { "text": "Dr.", "value": "Dr." }, + { "text": "Miss", "value": "Miss" }, + { "text": "Mr.", "value": "Mr." }, + { "text": "Mrs.", "value": "Mrs." }, + { "text": "Ms.", "value": "Ms." }, + { "text": "Mx.", "value": "Mx." }, + { "text": "Prof.", "value": "Prof." }, + { "text": "Rev.", "value": "Rev." } + ], + "isHidden": false, + "inputType": "radio", + "placeholder": "Prefix" + }, + { + "id": "211.3", + "label": "First", + "name": "", + "autocompleteAttribute": "given-name", + "placeholder": "First" + }, + { + "id": "211.4", + "label": "Middle", + "name": "", + "autocompleteAttribute": "additional-name", + "isHidden": false, + "placeholder": "Middle" + }, + { + "id": "211.6", + "label": "Last", + "name": "", + "autocompleteAttribute": "family-name", + "placeholder": "Last" + }, + { + "id": "211.8", + "label": "Suffix", + "name": "", + "autocompleteAttribute": "honorific-suffix", + "isHidden": false, + "placeholder": "Suffix" + } + ], + "description": "Name Field with placeholders & Labels & Sub-labels hidden. ", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "hidden_label", + "descriptionPlacement": "", + "subLabelPlacement": "hidden_label", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "enableEnhancedUI": 0, + "layoutGroupId": "a66190d4", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "section", + "id": 214, + "formId": 1, + "label": "jQuery Chosen & Datepicker", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "This sections tests the Datepicker and the jQuery Chosen display.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "e82d1fcf", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "" + }, + { + "is_payment": false, + "type": "select", + "id": 215, + "formId": 1, + "label": "Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "validateState": true, + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "description": "Drop Down with the 'Enhanced User Interface' enabled. This component uses jQuery Chosen CSS.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enablePrice": "", + "enableEnhancedUI": 1, + "layoutGroupId": "3d817787", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "multiselect", + "id": 216, + "formId": 1, + "label": "Multi Select", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "storageType": "json", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "description": "Multi Select with the 'Enhanced User Interface' enabled. This component uses jQuery Chosen CSS.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "conditionalLogic": "", + "enableEnhancedUI": true, + "productField": "", + "layoutGridColumnSpan": 4, + "multiSelectSize": "", + "enablePrice": "", + "layoutGroupId": "3d817787", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "date", + "id": 217, + "formId": 1, + "label": "Date", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "dateType": "datepicker", + "dateFormat": "mdy", + "dateFormatPlacement": "below", + "calendarIconType": "none", + "description": "This is a Date field with input type set to Date Picker. This component uses Date Picker CSS.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "calendarIconUrl": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "3d817787", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "" + }, + { + "is_payment": false, + "type": "page", + "id": 165, + "formId": 1, + "label": "", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "nextButton": { + "type": "text", + "text": "Next", + "imageUrl": "", + "id": 165 + }, + "previousButton": { + "type": "text", + "text": "Previous", + "imageUrl": "" + }, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "enableEnhancedUI": 0, + "layoutGroupId": "0a1fc183", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 11, + "label": "Standard Fields", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "This section features all Standard Fields.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "checkboxLabel": "", + "fields": "", + "inputMaskIsCustom": false, + "layoutGroupId": "e914f026", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "text", + "id": 12, + "label": "Single Line Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a Single Line Text field.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enablePasswordInput": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "personalDataExport": false, + "personalDataErase": false, + "inputMaskIsCustom": false, + "layoutGroupId": "89f53338", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "textarea", + "id": 85, + "label": "Paragraph Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a Paragraph Text field", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": 200, + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholder", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "form_id": "", + "useRichTextEditor": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "layoutGroupId": "89f53338", + "autocompleteAttribute": "", + "enableAutocomplete": false, + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "textarea", + "id": 163, + "label": "Paragraph Text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a Paragraph Text field using the Rich Text Editor.\n", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": 200, + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholder", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "form_id": "", + "useRichTextEditor": true, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "layoutGroupId": "89f53338", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "layoutSpacerGridColumnSpan": 0, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "select", + "id": 94, + "label": "Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "This is a Drop Down field.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholder", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "a765e807", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "number", + "id": 92, + "label": "Number", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "numberFormat": "decimal_dot", + "formId": 1, + "description": "This is a Number field", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "enableCalculation": false, + "rangeMin": "", + "rangeMax": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "checkboxLabel": "", + "layoutGroupId": "a765e807", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "checkbox", + "id": 18, + "label": "Checkboxes", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "inputs": [ + { "id": "18.1", "label": "First Choice", "name": "" }, + { "id": "18.2", "label": "Second Choice", "name": "" }, + { "id": "18.3", "label": "Third Choice", "name": "" } + ], + "formId": 1, + "description": "This is a Checkboxes field with 'Select all' option enabled.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "enableSelectAll": true, + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "a765e807", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "selectAllText": "Alles selecteren" + }, + { + "is_payment": false, + "type": "radio", + "id": 20, + "label": "Radio Buttons", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "This is a Radio Buttons field with 'Other' option enabled.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "enableOtherChoice": true, + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "a765e807", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "hidden", + "id": 21, + "label": "Hidden Field", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "1fc18359", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "html", + "id": 90, + "label": "HTML", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "content": "

This is an HTML Field.<\/h3>\n

It can display<\/i> any html<\/strong>. An alert box<\/span> for example:<\/p>\n

Hello world!<\/div>", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "disableMargins": false, + "layoutGroupId": "9f336b3b", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "layoutGridColumnSpan": 12, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 15, + "label": "Advanced Fields", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "This section features all Advanced Fields.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "checkboxLabel": "", + "fields": "", + "inputMaskIsCustom": false, + "layoutGroupId": "a731e735", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 221, + "formId": 1, + "label": "Name Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "4d1cc6e3", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "name", + "id": 32, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "32.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", + "placeholder": "" + }, + { "id": "32.3", "label": "First", "name": "", "placeholder": "" }, + { + "id": "32.4", + "label": "Middle", + "name": "", + "isHidden": true, + "placeholder": "" + }, + { "id": "32.6", "label": "Last", "name": "", "placeholder": "" }, + { + "id": "32.8", + "label": "Suffix", + "name": "", + "isHidden": true, + "placeholder": "" + } + ], + "formId": 1, + "description": "This is a Name Field with Sub-fields above.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "fields": "", + "displayOnly": "", + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "5c4fe99a", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "name", + "id": 57, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "57.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": false, + "inputType": "radio", + "placeholder": "Prefix" + }, + { + "id": "57.3", + "label": "First", + "name": "", + "placeholder": "First" + }, + { + "id": "57.4", + "label": "Middle", + "name": "", + "isHidden": true, + "placeholder": "Middle" + }, + { "id": "57.6", "label": "Last", "name": "", "placeholder": "Last" }, + { + "id": "57.8", + "label": "Suffix", + "name": "", + "isHidden": true, + "placeholder": "Suffix" + } + ], + "formId": 1, + "description": "This is a Name Field with placeholders & Sub-fields hidden.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "hidden_label", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "29895c6c", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "name", + "id": 95, + "label": "Name", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "95.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": false, + "inputType": "radio", + "placeholder": "Prefix" + }, + { + "id": "95.3", + "label": "First", + "name": "", + "placeholder": "First name" + }, + { + "id": "95.4", + "label": "Middle", + "name": "", + "isHidden": false, + "placeholder": "Middle" + }, + { + "id": "95.6", + "label": "Last", + "name": "", + "placeholder": "Last name" + }, + { + "id": "95.8", + "label": "Suffix", + "name": "", + "isHidden": false, + "placeholder": "Suffix" + } + ], + "formId": 1, + "description": "This is a Name Field with all fields enabled.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "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, + "fields": "", + "displayOnly": "", + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "17ee8ab0", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "layoutGridColumnSpan": 12 + }, + { + "is_payment": false, + "type": "section", + "id": 223, + "formId": 1, + "label": "Date Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "a61026a4", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "date", + "id": 53, + "label": "Date", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { + "id": "53.1", + "label": "Month", + "name": "", + "placeholder": "Month", + "defaultValue": "" + }, + { + "id": "53.2", + "label": "Day", + "name": "", + "placeholder": "Day", + "defaultValue": "" + }, + { + "id": "53.3", + "label": "Year", + "name": "", + "placeholder": "Year", + "defaultValue": "" + } + ], + "dateType": "datedropdown", + "calendarIconType": "none", + "formId": 1, + "description": "Date Drop Down", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholder text", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "calendarIconUrl": "", + "dateFormat": "mdy", + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "9b0ea06b", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "date", + "id": 33, + "label": "Date", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { + "id": "33.1", + "label": "MM", + "name": "", + "defaultValue": "", + "placeholder": "MM" + }, + { + "id": "33.2", + "label": "DD", + "name": "", + "defaultValue": "", + "placeholder": "DD" + }, + { + "id": "33.3", + "label": "YYYY", + "name": "", + "defaultValue": "", + "placeholder": "YYYY" + } + ], + "dateType": "datefield", + "calendarIconType": "none", + "formId": 1, + "description": "Date Field", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholder text", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "calendarIconUrl": "", + "dateFormat": "mdy", + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "9b0ea06b", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "date", + "id": 71, + "label": "Date", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "dateType": "datepicker", + "calendarIconType": "calendar", + "formId": 1, + "description": "Datepicker with icon", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Please choose", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "calendarIconUrl": "", + "dateFormat": "", + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "9b0ea06b", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 224, + "formId": 1, + "label": "Time Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "4a81752d", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "time", + "id": 34, + "label": "Time", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "34.1", "label": "HH", "name": "", "placeholder": "HH" }, + { "id": "34.2", "label": "MM", "name": "", "placeholder": "MM" }, + { "id": "34.3", "label": "AM\/PM", "name": "" } + ], + "formId": 1, + "description": "This is a Time field with 24 hour format.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "timeFormat": "24", + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "ffafbddf", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "time", + "id": 82, + "label": "Time", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "82.1", "label": "HH", "name": "", "placeholder": "HH" }, + { "id": "82.2", "label": "MM", "name": "", "placeholder": "MM" }, + { "id": "82.3", "label": "AM\/PM", "name": "" } + ], + "formId": 1, + "description": "This is a Time field with 12 hour format and hidden sub-labels.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "hidden_label", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "timeFormat": "12", + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "ffafbddf", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 225, + "formId": 1, + "label": "Phone Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "61340705", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "phone", + "id": 167, + "formId": 1, + "label": "Phone", + "adminLabel": "", + "isRequired": false, + "size": "small", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "phoneFormat": "international", + "autocompleteAttribute": "tel", + "description": "This is a small Phone Field using international formatting", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": true, + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 6, + "enableEnhancedUI": 0, + "layoutGroupId": "b9bb161e", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "phone", + "id": 168, + "formId": 1, + "label": "Phone", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "phoneFormat": "standard", + "autocompleteAttribute": "tel", + "description": "This is a Phone Field using custom formatting", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": true, + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 6, + "enableEnhancedUI": 0, + "layoutGroupId": "b9bb161e", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 226, + "formId": 1, + "label": "Address Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "51c61b28", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "address", + "id": 50, + "label": "Address", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "addressType": "international", + "inputs": [ + { + "id": "50.1", + "label": "Street Address", + "name": "", + "placeholder": "", + "customLabel": "Street Address" + }, + { + "id": "50.2", + "label": "Address Line 2", + "name": "", + "placeholder": "", + "isHidden": true + }, + { + "id": "50.3", + "label": "City", + "name": "", + "placeholder": "", + "isHidden": false, + "customLabel": "City" + }, + { + "id": "50.4", + "label": "State \/ Province", + "name": "", + "placeholder": "", + "customLabel": "State \/ Province", + "isHidden": true + }, + { + "id": "50.5", + "label": "ZIP \/ Postal Code", + "name": "", + "placeholder": "", + "isHidden": false + }, + { + "id": "50.6", + "label": "Country", + "name": "", + "placeholder": "", + "isHidden": true + } + ], + "formId": 1, + "description": "This is an Address Field with some fields enabled and sublabel above inputs.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "above", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "defaultCountry": "Netherlands", + "defaultProvince": "", + "productField": "", + "defaultState": "", + "enableCopyValuesOption": 0, + "copyValuesOptionDefault": 0, + "copyValuesOptionLabel": "Same as previous", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "012bd4e1", + "enableAutocomplete": true, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "copyValuesOptionField": "31" + }, + { + "is_payment": false, + "type": "address", + "id": 31, + "label": "Address", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "addressType": "international", + "inputs": [ + { + "id": "31.1", + "label": "Street Address", + "name": "", + "placeholder": "Street Address" + }, + { + "id": "31.2", + "label": "Address Line 2", + "name": "", + "placeholder": "Address Line 2" + }, + { "id": "31.3", "label": "City", "name": "", "placeholder": "City" }, + { + "id": "31.4", + "label": "State \/ Province", + "name": "", + "placeholder": "State \/ Province" + }, + { + "id": "31.5", + "label": "ZIP \/ Postal Code", + "name": "", + "placeholder": "ZIP \/ Postal Code" + }, + { + "id": "31.6", + "label": "Country", + "name": "", + "placeholder": "Country", + "isHidden": false + } + ], + "formId": 1, + "description": "This is an Address Field with all fields enabled, placeholders and hidden subfields.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "hidden_label", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "defaultCountry": "", + "defaultProvince": "", + "productField": "", + "defaultState": "", + "enableCopyValuesOption": 1, + "copyValuesOptionDefault": 0, + "copyValuesOptionLabel": "Same as previous", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "012bd4e1", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "copyValuesOptionField": "50" + }, + { + "is_payment": false, + "type": "section", + "id": 227, + "formId": 1, + "label": "Website Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "fbc46b1c", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "website", + "id": 169, + "formId": 1, + "label": "Website", + "adminLabel": "", + "isRequired": false, + "size": "small", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "placeholder": "https:\/\/", + "description": "Field Size small", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "9b69f5ed", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false, + "checkboxLabel": "" + }, + { + "is_payment": false, + "type": "website", + "id": 235, + "formId": 1, + "label": "Website", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "placeholder": "https:\/\/", + "description": "Field Size standard", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "9b69f5ed", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "website", + "id": 236, + "formId": 1, + "label": "Website", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "placeholder": "https:\/\/", + "description": "Field Size large", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 4, + "enableEnhancedUI": 0, + "layoutGroupId": "9b69f5ed", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false, + "checkboxLabel": "" + }, + { + "is_payment": false, + "type": "section", + "id": 228, + "formId": 1, + "label": "Email Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "4e63b30b", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "email", + "id": 37, + "label": "Email", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is an Email field.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Email", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "emailConfirmEnabled": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "89b52113", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "email", + "id": 77, + "label": "Email", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { + "id": "77", + "label": "Enter Email", + "name": "", + "placeholder": "Enter Email" + }, + { + "id": "77.2", + "label": "Confirm Email", + "name": "", + "placeholder": "Confirm Email" + } + ], + "formId": 1, + "description": "This is an Email field with Email Confirmation enabled.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholdertext", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "emailConfirmEnabled": true, + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "89b52113", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 8, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 229, + "formId": 1, + "label": "File Upload Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "72cb79b8", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "fileupload", + "id": 16, + "label": "File Upload", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a File Upload field.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "maxFileSize": "", + "maxFiles": "", + "multipleFiles": false, + "allowedExtensions": "", + "productField": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "0e28f086", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "fileupload", + "id": 107, + "label": "File Upload", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a File Upload field with 'Maximum File Size' and 'Allowed file extensions' enabled.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "maxFileSize": 2, + "maxFiles": "", + "multipleFiles": false, + "allowedExtensions": "jpg, gif, png, pdf", + "productField": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "0e28f086", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "fileupload", + "id": 17, + "label": "File Upload Multi-File", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a File Upload field with 'Multi-File Upload' enabled and allowed extensions.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "maxFileSize": "", + "maxFiles": "4", + "multipleFiles": true, + "allowedExtensions": "jpg, gif, png, pdf", + "productField": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "a1a9d996", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 230, + "formId": 1, + "label": "List Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "f56417f6", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "list", + "id": 39, + "label": "List", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a list field. ", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "maxRows": 0, + "enableColumns": false, + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "ae3aa943", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "layoutGridColumnSpan": 12, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "list", + "id": 171, + "label": "List", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a list field with multiple columns and hidden label.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "hidden_label", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "Column 1", + "value": "Column 1", + "isSelected": false, + "price": "" + }, + { + "text": "Column 2", + "value": "Column 2", + "isSelected": false, + "price": "" + } + ], + "conditionalLogic": "", + "maxRows": 0, + "enableColumns": true, + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "32760df8", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "layoutGridColumnSpan": 12, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "list", + "id": 204, + "label": "List", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "This is a list field with multiple columns and description above.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "above", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "Column 1", + "value": "Column 1", + "isSelected": false, + "price": "" + }, + { + "text": "Column 2", + "value": "Column 2", + "isSelected": false, + "price": "" + }, + { + "text": "Column 3", + "value": "Column 3", + "isSelected": false, + "price": "" + } + ], + "conditionalLogic": "", + "maxRows": 0, + "enableColumns": true, + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "inputMaskIsCustom": false, + "layoutGroupId": "1221de1e", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "layoutGridColumnSpan": 12, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 231, + "formId": 1, + "label": "Multi Select Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "1fbbdedf", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "multiselect", + "id": 8, + "label": "Multi Select", + "adminLabel": "", + "isRequired": false, + "size": "small", + "errorMessage": "", + "visibility": "visible", + "storageType": "json", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "This is a small Multi Select field", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "enableEnhancedUI": false, + "productField": "", + "multiSelectSize": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "50ce19bd", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "errors": [] + }, + { + "is_payment": false, + "type": "multiselect", + "id": 233, + "label": "Multi Select", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "storageType": "json", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "This is a standard Multi Select field", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "enableEnhancedUI": false, + "productField": "", + "multiSelectSize": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "50ce19bd", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "errors": [] + }, + { + "is_payment": false, + "type": "multiselect", + "id": 10, + "label": "Multi Select Enhanced", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "storageType": "json", + "inputs": null, + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "formId": 1, + "description": "This is a Multi Select field with 'enhanced user interface' enabled.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "enableEnhancedUI": true, + "productField": "", + "multiSelectSize": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "inputMaskIsCustom": false, + "layoutGroupId": "50ce19bd", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "errors": [] + }, + { + "is_payment": false, + "type": "section", + "id": 232, + "formId": 1, + "label": "Consent Field", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "enableEnhancedUI": 0, + "layoutGroupId": "040ef951", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "errors": [], + "fields": "" + }, + { + "is_payment": false, + "type": "consent", + "checked_indicator_url": "https:\/\/brave.wpacc01.yard.nl\/app\/plugins\/gravityforms\/images\/tick.png", + "checked_indicator_markup": "\"\"", + "id": 40, + "label": "Consent", + "adminLabel": "", + "isRequired": true, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "40.1", "label": "Consent", "name": "" }, + { "id": "40.2", "label": "Text", "name": "", "isHidden": true }, + { "id": "40.3", "label": "Description", "name": "", "isHidden": true } + ], + "checkboxLabel": "I agree to the privacy policy.", + "descriptionPlaceholder": "Enter consent agreement text here. The Consent Field will store this agreement text with the form entry in order to track what the user has consented to.", + "choices": [ + { "text": "Checked", "value": "1", "isSelected": false, "price": "" } + ], + "formId": 1, + "description": "This is an example consent agreement. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Placeholdertext", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "fields": "", + "displayOnly": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "inputMaskIsCustom": false, + "inputType": "", + "validateState": true, + "layoutGroupId": "f66479f2", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "layoutGridColumnSpan": 12, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "page", + "id": 160, + "formId": 1, + "label": "", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "nextButton": { + "type": "text", + "text": "Next", + "imageUrl": "", + "id": 160 + }, + "previousButton": { + "type": "text", + "text": "Previous", + "imageUrl": "" + }, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "enableEnhancedUI": 0, + "layoutGroupId": "858e0dff", + "fields": "", + "personalDataExport": false, + "personalDataErase": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 142, + "label": "Post Fields", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "This section features all Post Fields.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "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, + "fields": "", + "layoutGroupId": "727af403", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "checkboxLabel": "", + "errors": [] + }, + { + "is_payment": false, + "type": "post_title", + "id": 173, + "formId": 1, + "label": "Post Title", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "enableEnhancedUI": 0, + "layoutGroupId": "97647873", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_content", + "id": 174, + "formId": 1, + "label": "Post Body", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 6, + "form_id": "", + "useRichTextEditor": false, + "enableEnhancedUI": 0, + "layoutGroupId": "882893fa", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_excerpt", + "id": 175, + "formId": 1, + "label": "Post Excerpt", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 6, + "enableEnhancedUI": 0, + "layoutGroupId": "882893fa", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_tags", + "id": 144, + "label": "Post Tags Single line text", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "text", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "layoutGroupId": "49f7618d", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_tags", + "id": 145, + "label": "Post Tags Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "select", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "conditionalLogic": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "layoutGroupId": "49f7618d", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_tags", + "id": 146, + "label": "Post Tags Multi Select", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "multiselect", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "conditionalLogic": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "storageType": "json", + "fields": "", + "enableEnhancedUI": false, + "displayOnly": "", + "layoutGroupId": "49f7618d", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_tags", + "id": 179, + "label": "Post Tags Checkboxes", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "179.1", "label": "First Choice", "name": "" }, + { "id": "179.2", "label": "Second Choice", "name": "" }, + { "id": "179.3", "label": "Third Choice", "name": "" } + ], + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "checkbox", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "conditionalLogic": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "storageType": "json", + "fields": "", + "enableEnhancedUI": false, + "displayOnly": "", + "layoutGroupId": "ea1289f4", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "validateState": true, + "errors": [], + "postFeaturedImage": false, + "selectAllText": "Alles selecteren" + }, + { + "is_payment": false, + "type": "post_tags", + "id": 148, + "label": "Post Tags radio buttons", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "radio", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "" + } + ], + "conditionalLogic": "", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "storageType": "json", + "fields": "", + "displayOnly": "", + "layoutGroupId": "ea1289f4", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_category", + "id": 129, + "label": "Post Category Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [], + "displayAllCategories": true, + "inputType": "select", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "categoryInitialItemEnabled": "", + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "layoutGroupId": "b9ec5017", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_category", + "id": 134, + "label": "Post Category Multi Select", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [], + "displayAllCategories": true, + "inputType": "multiselect", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "categoryInitialItemEnabled": false, + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "categoryInitialItem": "", + "storageType": "json", + "fields": "", + "enableEnhancedUI": false, + "displayOnly": "", + "layoutGroupId": "b9ec5017", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_category", + "id": 132, + "label": "Post Category Checkboxes", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [], + "choices": [], + "displayAllCategories": true, + "inputType": "checkbox", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "categoryInitialItemEnabled": false, + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "categoryInitialItem": "", + "fields": "", + "displayOnly": "", + "layoutGroupId": "b9ec5017", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false, + "selectAllText": "Alles selecteren" + }, + { + "is_payment": false, + "type": "post_category", + "id": 133, + "label": "Post Category Radio Buttons", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "choices": [], + "displayAllCategories": true, + "inputType": "radio", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "conditionalLogic": "", + "productField": "", + "categoryInitialItemEnabled": false, + "enablePrice": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "categoryInitialItem": "", + "fields": "", + "displayOnly": "", + "layoutGroupId": "b9ec5017", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_image", + "id": 130, + "label": "Post Image", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "allowedExtensions": "jpg, jpeg, png, gif", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "maxFileSize": "", + "maxFiles": "", + "multipleFiles": false, + "productField": "", + "displayTitle": "", + "displayCaption": "", + "displayDescription": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "layoutGroupId": "2c7c27ca", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "post_image", + "id": 135, + "label": "Post Image with meta", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "allowedExtensions": "jpg, jpeg, png, gif", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "above", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": "", + "conditionalLogic": "", + "maxFileSize": "", + "maxFiles": "", + "multipleFiles": false, + "productField": "", + "displayTitle": true, + "displayCaption": true, + "displayDescription": true, + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "layoutGroupId": "2c7c27ca", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "displayAlt": true, + "checkboxLabel": "", + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "section", + "id": 143, + "label": "Pricing Fields", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "displayOnly": true, + "formId": 1, + "description": "This section features all Pricing Fields.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "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, + "fields": "", + "layoutGroupId": "b454b5d1", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false, + "checkboxLabel": "" + }, + { + "is_payment": false, + "type": "product", + "id": 131, + "label": "Single Product", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "131.1", "label": "Name", "name": "" }, + { "id": "131.2", "label": "Price", "name": "" }, + { "id": "131.3", "label": "Quantity", "name": "" } + ], + "inputType": "singleproduct", + "enablePrice": null, + "formId": 1, + "description": "This is a Single Product field.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "productField": "", + "basePrice": "10,00 \u20ac", + "disableQuantity": true, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "68a13ed5", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "checkboxLabel": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 159, + "label": "Single Product", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "159.1", "label": "Name", "name": "" }, + { "id": "159.2", "label": "Price", "name": "" }, + { "id": "159.3", "label": "Quantity", "name": "" } + ], + "inputType": "singleproduct", + "enablePrice": null, + "formId": 1, + "description": "This is a Single Product field with quantity field.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "productField": "", + "basePrice": "10,00 \u20ac", + "disableQuantity": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "68a13ed5", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "checkboxLabel": "", + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 136, + "label": "Product Drop Down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "inputType": "select", + "enablePrice": true, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice (6,00 \u20ac)", + "value": "First Choice (6,00 \u20ac)", + "isSelected": false, + "price": "6,00 €" + }, + { + "text": "Second Choice (8,00 \u20ac)", + "value": "Second Choice (8,00 \u20ac)", + "isSelected": false, + "price": "8,00 €" + }, + { + "text": "Third Choice (10,00 \u20ac)", + "value": "Third Choice (10,00 \u20ac)", + "isSelected": false, + "price": "10,00 €" + } + ], + "conditionalLogic": "", + "productField": "", + "basePrice": "0,00 \u20ac", + "disableQuantity": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "68a13ed5", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "enableChoiceValue": false, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 137, + "label": "Product Radio Buttons", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "inputType": "radio", + "enablePrice": true, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": true, + "price": "0,00 €" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "0,00 €" + } + ], + "conditionalLogic": "", + "productField": "", + "basePrice": "0,00 \u20ac", + "disableQuantity": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "fbdd3fe8", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 4, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 181, + "label": "User Defined Price", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "inputType": "price", + "enablePrice": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "productField": "", + "basePrice": "0,00 \u20ac", + "disableQuantity": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "fbdd3fe8", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 8, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 182, + "label": "Calculation", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "182.1", "label": "Name", "name": "" }, + { "id": "182.2", "label": "Price", "name": "" }, + { "id": "182.3", "label": "Quantity", "name": "" } + ], + "inputType": "calculation", + "enablePrice": null, + "formId": 1, + "description": "Calculates User Defined Price + 10. Quantity field is hidden.", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "productField": "", + "basePrice": "0,00 \u20ac", + "disableQuantity": true, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "{User Defined Price:181} + 10", + "calculationRounding": "", + "enableCalculation": true, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "64538383", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 220, + "label": "Calculation", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "220.1", "label": "Name", "name": "" }, + { "id": "220.2", "label": "Price", "name": "" }, + { "id": "220.3", "label": "Quantity", "name": "" } + ], + "inputType": "calculation", + "enablePrice": null, + "formId": 1, + "description": "Calculates User Defined Price + 10", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "productField": "", + "basePrice": "0,00 \u20ac", + "disableQuantity": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "{User Defined Price:181} + 10", + "calculationRounding": "", + "enableCalculation": true, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "64538383", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "errors": [], + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "product", + "id": 139, + "label": "Product hidden", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputs": [ + { "id": "139.1", "label": "Name", "name": "" }, + { "id": "139.2", "label": "Price", "name": "" }, + { "id": "139.3", "label": "Quantity", "name": "" } + ], + "inputType": "hiddenproduct", + "enablePrice": null, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": null, + "conditionalLogic": "", + "productField": "", + "basePrice": "0,00 €", + "disableQuantity": false, + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "4fb38f7c", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "quantity", + "id": 150, + "label": "Quantity number", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputType": "number", + "productField": 131, + "numberFormat": "decimal_dot", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "inputs": "", + "choices": "", + "conditionalLogic": "", + "enableCalculation": false, + "rangeMin": "", + "rangeMax": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "layoutGroupId": "59b63383", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "quantity", + "id": 151, + "label": "Quantity drop down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputType": "select", + "productField": 131, + "numberFormat": "decimal_dot", + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "inputs": null, + "choices": [ + { "text": "1", "value": "1", "isSelected": false, "price": "" }, + { "text": "2", "value": "2", "isSelected": false, "price": "" }, + { "text": "3", "value": "3", "isSelected": false, "price": "" } + ], + "conditionalLogic": "", + "enableCalculation": false, + "rangeMin": "", + "rangeMax": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "59b63383", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 6, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "option", + "id": 152, + "label": "Option drop down", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputType": "select", + "choices": [ + { + "text": "First Option", + "value": "First Option", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Second Option", + "value": "Second Option", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Third Option", + "value": "Third Option", + "isSelected": false, + "price": "0,00 €" + } + ], + "enablePrice": true, + "productField": 131, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "inputs": "", + "conditionalLogic": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "a8fd459a", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "option", + "id": 153, + "label": "Option checkboxes", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputType": "checkbox", + "choices": [ + { + "text": "First Option", + "value": "First Option", + "isSelected": true, + "price": "0,00 €" + }, + { + "text": "Second Option", + "value": "Second Option", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Third Option", + "value": "Third Option", + "isSelected": false, + "price": "0,00 €" + } + ], + "enablePrice": true, + "productField": 131, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "inputs": [ + { "id": "153.1", "label": "First Option", "name": "" }, + { "id": "153.2", "label": "Second Option", "name": "" }, + { "id": "153.3", "label": "Third Option", "name": "" } + ], + "conditionalLogic": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "a8fd459a", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false, + "selectAllText": "Alles selecteren" + }, + { + "is_payment": false, + "type": "option", + "id": 154, + "label": "Option radio buttons", + "adminLabel": "", + "isRequired": false, + "size": "medium", + "errorMessage": "", + "visibility": "visible", + "inputType": "radio", + "choices": [ + { + "text": "First Option", + "value": "First Option", + "isSelected": true, + "price": "0,00 €" + }, + { + "text": "Second Option", + "value": "Second Option", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Third Option", + "value": "Third Option", + "isSelected": false, + "price": "0,00 €" + } + ], + "enablePrice": true, + "productField": 131, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "inputs": null, + "conditionalLogic": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "a8fd459a", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "shipping", + "id": 157, + "label": "Shipping", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "inputType": "radio", + "enablePrice": true, + "formId": 1, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "choices": [ + { + "text": "First Choice", + "value": "First Choice", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Second Choice", + "value": "Second Choice", + "isSelected": false, + "price": "0,00 €" + }, + { + "text": "Third Choice", + "value": "Third Choice", + "isSelected": false, + "price": "0,00 €" + } + ], + "conditionalLogic": "", + "basePrice": "0,00 \u20ac", + "productField": "", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "checkboxLabel": "", + "fields": "", + "displayOnly": "", + "validateState": true, + "layoutGroupId": "a8fd459a", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "layoutGridColumnSpan": 3, + "personalDataExport": false, + "personalDataErase": false, + "postFeaturedImage": false + }, + { + "is_payment": false, + "type": "total", + "numberFormat": "currency", + "id": 161, + "formId": 1, + "label": "Total", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": "", + "maxLength": "", + "inputType": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "enableEnhancedUI": 0, + "layoutGroupId": "aeb4dc24", + "fields": "", + "displayOnly": "", + "postFeaturedImage": false + } + ], + "version": "2.8.12", + "id": 1, + "useCurrentUserAsAuthor": true, + "postContentTemplateEnabled": false, + "postTitleTemplateEnabled": false, + "postTitleTemplate": "", + "postContentTemplate": "", + "lastPageButton": { "type": "text", "text": "Previous", "imageUrl": "" }, + "pagination": { + "type": "percentage", + "pages": [ + "General", + "Standard & Advanced Fields", + "Post & Pricing Fileds" + ], + "style": "blue", + "backgroundColor": null, + "color": null, + "display_progressbar_on_confirmation": false, + "progressbar_completion_text": null + }, + "firstPageCssClass": "", + "nextFieldId": 237, + "subLabelPlacement": "below", + "cssClass": "", + "enableHoneypot": true, + "enableAnimation": true, + "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": "", + "is_active": "1", + "date_created": "2020-05-24 20:41:16", + "is_trash": "0", + "personalData": { + "preventIP": false, + "retention": { "policy": "retain", "retain_entries_days": "10" }, + "exportingAndErasing": { + "columns": { + "ip": { "export": false, "erase": false }, + "source_url": { "export": false, "erase": false }, + "user_agent": { "export": false, "erase": false } + }, + "enabled": false, + "identificationField": 37 + } + }, + "postAuthor": "1", + "postCategory": "1", + "postFormat": 0, + "postStatus": "draft", + "validationSummary": "1", + "requiredIndicator": "asterisk", + "customRequiredIndicator": "(Required)", + "buttonType": "text", + "buttonText": "Submit", + "buttonImageURL": "", + "form_button_conditional_logic_object": "", + "form_button_conditional_logic": "0", + "saveButtonText": "Save and Continue Later", + "saveEnabled": "", + "markupVersion": 2, + "honeypotAction": "abort", + "deprecated": "", + "confirmations": [ + { + "id": "5d3d94cd55f63", + "name": "Default Confirmation", + "isDefault": true, + "type": "message", + "message": "Thanks for contacting us! We will get in touch with you shortly.", + "url": "", + "pageId": 0, + "queryString": "", + "disableAutoformat": false, + "conditionalLogic": [] + } + ], + "notifications": [ + { + "id": "5d3d94cd55cf1", + "to": "{admin_email}", + "name": "Admin Notification", + "event": "form_submission", + "toType": "email", + "subject": "New submission from {form_title}", + "message": "{all_fields}", + "isActive": false + } + ] + }, + "1": { + "fields": [ + { + "is_payment": false, + "type": "name", + "id": 1, + "formId": 2, + "label": "Naam", + "adminLabel": "", + "isRequired": false, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "nameFormat": "advanced", + "inputs": [ + { + "id": "1.2", + "label": "Prefix", + "name": "", + "autocompleteAttribute": "honorific-prefix", + "choices": [ + { "text": "Dr.", "value": "Dr." }, + { "text": "Miss", "value": "Miss" }, + { "text": "Mr.", "value": "Mr." }, + { "text": "Mrs.", "value": "Mrs." }, + { "text": "Ms.", "value": "Ms." }, + { "text": "Mx.", "value": "Mx." }, + { "text": "Prof.", "value": "Prof." }, + { "text": "Rev.", "value": "Rev." } + ], + "isHidden": true, + "inputType": "radio" + }, + { + "id": "1.3", + "label": "First", + "name": "", + "autocompleteAttribute": "given-name", + "isHidden": false, + "placeholder": "" + }, + { + "id": "1.4", + "label": "Middle", + "name": "", + "autocompleteAttribute": "additional-name", + "isHidden": true + }, + { + "id": "1.6", + "label": "Last", + "name": "", + "autocompleteAttribute": "family-name", + "isHidden": false, + "placeholder": "" + }, + { + "id": "1.8", + "label": "Suffix", + "name": "", + "autocompleteAttribute": "honorific-suffix", + "isHidden": true + } + ], + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "above", + "placeholder": "", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": true, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": "", + "enableEnhancedUI": 0, + "layoutGroupId": "a179070f", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "displayOnly": "", + "errors": [], + "personalDataExport": false, + "personalDataErase": false, + "inputType": "" + }, + { + "is_payment": false, + "type": "email", + "id": 2, + "formId": 2, + "label": "E-mailadres", + "adminLabel": "", + "isRequired": true, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "autocompleteAttribute": "email", + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Vul hier uw e-mailadres in", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": true, + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "emailConfirmEnabled": "", + "enableEnhancedUI": 0, + "layoutGroupId": "78725882", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "useRichTextEditor": false, + "fields": "", + "personalDataExport": false, + "personalDataErase": false, + "displayOnly": "", + "inputType": "" + }, + { + "is_payment": false, + "type": "textarea", + "id": 4, + "formId": 2, + "label": "Vraag of bericht", + "adminLabel": "", + "isRequired": true, + "size": "large", + "errorMessage": "", + "visibility": "visible", + "inputs": null, + "description": "", + "allowsPrepopulate": false, + "inputMask": false, + "inputMaskValue": "", + "inputMaskIsCustom": false, + "maxLength": "", + "labelPlacement": "", + "descriptionPlacement": "", + "subLabelPlacement": "", + "placeholder": "Typ hier uw vraag of bericht..", + "cssClass": "", + "inputName": "", + "noDuplicates": false, + "defaultValue": "", + "enableAutocomplete": false, + "autocompleteAttribute": "", + "choices": "", + "conditionalLogic": "", + "productField": "", + "layoutGridColumnSpan": 12, + "useRichTextEditor": false, + "enableEnhancedUI": 0, + "layoutGroupId": "84364ae2", + "multipleFiles": false, + "maxFiles": "", + "calculationFormula": "", + "calculationRounding": "", + "enableCalculation": "", + "disableQuantity": false, + "displayAllCategories": false, + "errors": [], + "fields": "", + "personalDataExport": false, + "personalDataErase": false, + "displayOnly": "", + "inputType": "" + } + ], + "button": { + "type": "text", + "text": "", + "imageUrl": "", + "width": "auto", + "location": "bottom", + "layoutGridColumnSpan": 12 + }, + "title": "Contactformulier", + "description": "", + "version": "2.9.4", + "id": 2, + "markupVersion": 2, + "nextFieldId": 5, + "is_active": "1", + "enableHoneypot": true, + "personalData": { + "retention": { "policy": "delete", "retain_entries_days": "10" }, + "preventIP": true, + "exportingAndErasing": { + "enabled": false, + "identificationField": "2", + "columns": { + "ip": { "export": false, "erase": false }, + "source_url": { "export": false, "erase": false }, + "user_agent": { "export": false, "erase": false } + } + } + }, + "validationSummary": "1", + "useCurrentUserAsAuthor": true, + "postContentTemplateEnabled": false, + "postTitleTemplateEnabled": false, + "postTitleTemplate": "", + "postContentTemplate": "", + "lastPageButton": null, + "pagination": null, + "firstPageCssClass": null, + "labelPlacement": "top_label", + "descriptionPlacement": "below", + "validationPlacement": "below", + "subLabelPlacement": "below", + "requiredIndicator": "asterisk", + "customRequiredIndicator": "(Vereist)", + "cssClass": "", + "saveButtonText": "Opslaan & doorgaan", + "limitEntries": false, + "limitEntriesCount": "", + "limitEntriesPeriod": "", + "limitEntriesMessage": "", + "scheduleForm": false, + "scheduleStart": "", + "scheduleEnd": "", + "schedulePendingMessage": "", + "scheduleMessage": "", + "requireLogin": false, + "requireLoginMessage": "", + "honeypotAction": "abort", + "deprecated": "", + "saveEnabled": "", + "enableAnimation": false, + "save": { + "enabled": false, + "button": { "type": "link", "text": "Opslaan & doorgaan" } + }, + "scheduleStartHour": "", + "scheduleStartMinute": "", + "scheduleStartAmpm": "", + "scheduleEndHour": "", + "scheduleEndMinute": "", + "scheduleEndAmpm": "", + "date_created": "2025-03-11 13:56:33", + "is_trash": "0", + "confirmations": [ + { + "id": "67cffc4a5c6fd", + "name": "Default Confirmation", + "isDefault": true, + "type": "message", + "message": "Wij hebben je bericht ontvangen.", + "url": "", + "pageId": "", + "queryString": "", + "event": "", + "disableAutoformat": false, + "page": "", + "conditionalLogic": [] + } + ], + "notifications": [ + { + "id": "67cffc4a5c383", + "isActive": true, + "to": "verander-dit-e-mailadres@yard.nl", + "name": "Beheerdersmelding", + "event": "form_submission", + "toType": "email", + "subject": "Vraag van {Naam (First):1.3} {Naam (Last):1.6}", + "message": "{all_fields}", + "service": "wordpress", + "toEmail": "verander-dit-e-mailadres@yard.nl", + "toField": "", + "routing": null, + "fromName": "Organisatie Naam (VERANDER DIT)", + "from": "verander-dit-e-mailadres@yard.nl", + "replyTo": "{E-mailadres:2}", + "bcc": "", + "disableAutoformat": false, + "notification_conditional_logic_object": "", + "notification_conditional_logic": "0", + "conditionalLogic": null, + "cc": "", + "enableAttachments": false + }, + { + "id": "67d04464be917", + "name": "Melding naar bezoeker", + "service": "wordpress", + "event": "form_submission", + "toType": "field", + "toEmail": "", + "toField": "2", + "routing": null, + "fromName": "Organisatie Naam (VERANDER DIT)", + "from": "verander-dit-e-mailadres@yard.nl", + "replyTo": "", + "bcc": "", + "subject": "We hebben je vraag ontvangen.", + "message": "Beste {Naam (First):1.3},\r\n\r\nWe hebben je bericht ontvangen en komen er zo snel mogelijk op terug.", + "disableAutoformat": false, + "notification_conditional_logic_object": "", + "notification_conditional_logic": "0", + "conditionalLogic": null, + "to": "2", + "cc": "", + "enableAttachments": false + } + ] + }, + "version": "2.9.30" +} diff --git a/install/images/office-2.jpeg b/install/images/office-2.jpeg new file mode 100644 index 0000000..20edd6c Binary files /dev/null and b/install/images/office-2.jpeg differ diff --git a/install/images/office-3.jpeg b/install/images/office-3.jpeg new file mode 100644 index 0000000..8f46324 Binary files /dev/null and b/install/images/office-3.jpeg differ diff --git a/install/images/office.jpeg b/install/images/office.jpeg new file mode 100644 index 0000000..4e70218 Binary files /dev/null and b/install/images/office.jpeg differ diff --git a/install/pages/contact.php b/install/pages/contact.php new file mode 100644 index 0000000..fff0a73 --- /dev/null +++ b/install/pages/contact.php @@ -0,0 +1,95 @@ + 'core/columns', + 'attrs' => [ + 'align' => 'wide', + ], + 'innerBlocks' => [ + [ + 'blockName' => 'core/column', + 'attrs' => [ + 'width' => '66.66%', + ], + 'innerBlocks' => [ + [ + 'blockName' => 'core/heading', + 'attrs' => [], + 'innerContent' => [ + "\n

Contactformulier

\n", + ], + ], + [ + 'blockName' => 'gravityforms/form', + 'attrs' => [ + 'formId' => '2', + 'title' => false, + 'inputPrimaryColor' => '#204ce5', + ], + 'innerContent' => [], + ], + ], + 'innerContent' => [ + '
', + null, + '', + null, + '
', + ], + ], + [ + 'blockName' => 'core/column', + 'attrs' => [ + 'width' => '33.33%', + ], + 'innerBlocks' => [ + [ + 'blockName' => 'core/group', + 'attrs' => [ + 'backgroundColor' => 'white', + ], + 'innerBlocks' => [ + [ + 'blockName' => 'core/heading', + 'attrs' => [], + + 'innerContent' => [ + "\n

Zijbalk

\n", + ], + ], + [ + 'blockName' => 'core/paragraph', + 'attrs' => [], + 'innerContent' => [ + "\n

Sed mattis libero sit amet lobortis iaculis. Etiam efficitur odio a est tincidunt sagittis. Curabitur ornare mollis mi non maximus. Fusce lacinia luctus purus. Cras commodo malesuada dui, aliquet sagittis nibh ultricies vel.

\n", + ], + ], + ], + 'innerContent' => [ + '
', + null, + '', + null, + '
', + ], + ], + ], + 'innerContent' => [ + '
', + null, + '
', + ], + ], + ], + 'innerContent' => [ + '
', + null, + '', + null, + '
', + ], + ], +]; diff --git a/install/seopress.json b/install/seopress.json new file mode 100644 index 0000000..81fef9d --- /dev/null +++ b/install/seopress.json @@ -0,0 +1,352 @@ +{ + "seopress_activated": false, + "seopress_titles_option_name": { + "seopress_titles_sep": "|", + "seopress_titles_home_site_title": "%%sitetitle%%", + "seopress_titles_home_site_title_alt": "", + "seopress_titles_home_site_desc": "%%tagline%%", + "seopress_titles_single_titles": { + "post": { + "enable": "1", + "title": "%%post_title%% %%sep%% %%sitetitle%%", + "description": "%%post_excerpt%%", + "thumb_gcs": "1" + }, + "page": { + "title": "%%post_title%% %%sep%% %%sitetitle%%", + "description": "%%post_excerpt%%", + "thumb_gcs": "1" + }, + "knowledgebase": { + "title": "%%post_title%% %%sep%% %%sitetitle%%", + "description": "%%post_excerpt%%", + "thumb_gcs": "1" + }, + "news": { + "title": "%%post_title%% %%sep%% %%sitetitle%%", + "description": "%%post_excerpt%%", + "thumb_gcs": "1" + }, + "person": { + "title": "%%post_title%% %%sep%% %%sitetitle%%", + "description": "%%post_excerpt%%", + "thumb_gcs": "1" + } + }, + "seopress_titles_archive_titles": { + "knowledgebase": { + "title": "%%cpt_plural%% %%sep%% %%sitetitle%%", + "description": "", + "noindex": "1", + "nofollow": "1" + }, + "news": { + "title": "%%cpt_plural%% %%sep%% %%sitetitle%%", + "description": "", + "noindex": "1", + "nofollow": "1" + }, + "person": { + "title": "%%cpt_plural%% %%sep%% %%sitetitle%%", + "description": "", + "noindex": "1", + "nofollow": "1" + } + }, + "seopress_titles_archives_author_title": "%%post_author%% %%sep%% %%sitetitle%%", + "seopress_titles_archives_author_desc": "", + "seopress_titles_archives_author_noindex": "1", + "seopress_titles_archives_author_disable": "1", + "seopress_titles_archives_date_title": "%%archive_date%% %%sep%% %%sitetitle%%", + "seopress_titles_archives_date_desc": "", + "seopress_titles_archives_date_noindex": "1", + "seopress_titles_archives_date_disable": "1", + "seopress_titles_archives_search_title": "%%search_keywords%% %%sep%% %%sitetitle%%", + "seopress_titles_archives_search_desc": "", + "seopress_titles_archives_search_title_noindex": "1", + "seopress_titles_archives_404_title": "404 - Pagina niet gevonden %%sep%% %%sitetitle%%", + "seopress_titles_archives_404_desc": "", + "seopress_titles_tax_titles": { + "category": { + "enable": "1", + "title": "%%_category_title%% %%sep%% %%sitetitle%%", + "description": "%%_category_description%%", + "noindex": "1", + "nofollow": "1" + }, + "post_tag": { + "enable": "1", + "title": "%%tag_title%% %%sep%% %%sitetitle%%", + "description": "%%tag_description%%", + "noindex": "1", + "nofollow": "1" + }, + "knowledgebase_type": { + "enable": "1", + "title": "%%term_title%% %%sep%% %%sitetitle%%", + "description": "%%term_description%%", + "noindex": "1", + "nofollow": "1" + }, + "news_type": { + "enable": "1", + "title": "%%term_title%% %%sep%% %%sitetitle%%", + "description": "%%term_description%%", + "noindex": "1", + "nofollow": "1" + }, + "person_type": { + "enable": "1", + "title": "%%term_title%% %%sep%% %%sitetitle%%", + "description": "%%term_description%%", + "noindex": "1", + "nofollow": "1" + } + }, + "seopress_titles_paged_rel": "1", + "seopress_titles_attachments_noindex": "1" + }, + "seopress_social_option_name": { + "seopress_social_knowledge_type": "none", + "seopress_social_knowledge_name": "", + "seopress_social_knowledge_img": "", + "seopress_social_knowledge_desc": "", + "seopress_social_knowledge_email": "", + "seopress_social_knowledge_phone": "", + "seopress_social_knowledge_contact_type": "customer support", + "seopress_social_knowledge_contact_option": "None", + "seopress_social_knowledge_tax_id": "", + "seopress_social_accounts_facebook": "", + "seopress_social_accounts_twitter": "", + "seopress_social_accounts_pinterest": "", + "seopress_social_accounts_instagram": "", + "seopress_social_accounts_youtube": "", + "seopress_social_accounts_linkedin": "", + "seopress_social_accounts_extra": "", + "seopress_social_facebook_og": "1", + "seopress_social_facebook_img": "", + "seopress_social_facebook_img_cpt": { "book": { "url": "" } }, + "seopress_social_facebook_link_ownership_id": "", + "seopress_social_facebook_admin_id": "", + "seopress_social_facebook_app_id": "", + "seopress_social_twitter_card": "1", + "seopress_social_twitter_card_og": "1", + "seopress_social_twitter_card_img": "", + "seopress_social_twitter_card_img_size": "large", + "seopress_social_facebook_img_attachment_id": "", + "seopress_social_facebook_img_height": "", + "seopress_social_facebook_img_width": "", + "seopress_social_knowledge_nl": null + }, + "seopress_google_analytics_option_name": false, + "seopress_advanced_option_name": { + "seopress_advanced_advanced_attachments": "1", + "seopress_advanced_advanced_tax_desc_editor": "1", + "seopress_rewrite_search": "", + "seopress_advanced_advanced_google": "", + "seopress_advanced_advanced_bing": "", + "seopress_advanced_advanced_pinterest": "", + "seopress_advanced_advanced_yandex": "", + "seopress_advanced_advanced_baidu": "", + "seopress_advanced_appearance_universal_metabox": "1", + "seopress_advanced_appearance_metaboxe_position": "low", + "seopress_advanced_appearance_ca_metaboxe": "1", + "seopress_advanced_appearance_adminbar": "1", + "seopress_advanced_appearance_universal_metabox_disable": "" + }, + "seopress_xml_sitemap_option_name": { + "seopress_xml_sitemap_general_enable": "1", + "seopress_xml_sitemap_post_types_list": { + "page": { "include": "1" }, + "knowledgebase": { "include": "1" }, + "news": { "include": "1" }, + "person": { "include": "1" } + }, + "seopress_xml_sitemap_html_mapping": "", + "seopress_xml_sitemap_html_exclude": "", + "seopress_xml_sitemap_html_order": "DESC", + "seopress_xml_sitemap_html_orderby": "date" + }, + "seopress_pro_option_name": { + "seopress_local_business_page": "", + "seopress_local_business_type": "LocalBusiness", + "seopress_local_business_street_address": "", + "seopress_local_business_address_locality": "", + "seopress_local_business_address_region": "", + "seopress_local_business_postal_code": "", + "seopress_local_business_address_country": "", + "seopress_local_business_lat": "", + "seopress_local_business_lon": "", + "seopress_local_business_place_id": "", + "seopress_local_business_url": "", + "seopress_local_business_phone": "", + "seopress_local_business_price_range": "", + "seopress_local_business_cuisine": "", + "seopress_local_business_menu": "", + "seopress_local_business_accepts_reservations": "", + "seopress_local_business_opening_hours": [ + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + }, + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + }, + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + }, + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + }, + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + }, + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + }, + { + "am": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + }, + "pm": { + "start": { "hours": "00", "mins": "00" }, + "end": { "hours": "00", "mins": "00" } + } + } + ], + "seopress_local_business_opening_hours_display_format": "24h", + "seopress_local_business_opening_hours_separator": ":", + "seopress_seo_alerts_recipients": "", + "seopress_seo_alerts_slack_webhook_url": "", + "seopress_dublin_core_enable": "1", + "seopress_rich_snippets_enable": "1", + "seopress_rich_snippets_publisher_logo": "", + "seopress_rich_snippets_publisher_logo_width": "", + "seopress_rich_snippets_publisher_logo_height": "", + "seopress_ai_provider": "openai", + "seopress_ai_openai_api_key": "", + "seopress_ai_openai_model": "gpt-5.2-chat-latest", + "seopress_ai_deepseek_api_key": null, + "seopress_ai_deepseek_model": "deepseek-chat", + "seopress_ai_gemini_api_key": null, + "seopress_ai_gemini_model": "gemini-2.5-flash", + "seopress_ai_mistral_api_key": null, + "seopress_ai_mistral_model": "mistral-small-latest", + "seopress_ai_claude_api_key": null, + "seopress_ai_claude_model": "claude-sonnet-4-20250514", + "seopress_breadcrumbs_separator": "", + "seopress_breadcrumbs_cpt": { + "category": { "cpt": "none" }, + "post_tag": { "cpt": "none" }, + "knowledgebase_type": { "cpt": "none" }, + "news_type": { "cpt": "none" }, + "person_type": { "cpt": "none" } + }, + "seopress_breadcrumbs_tax": { + "post": { "tax": "none" }, + "page": { "tax": "none" }, + "knowledgebase": { "tax": "none" }, + "news": { "tax": "none" }, + "person": { "tax": "none" } + }, + "seopress_breadcrumbs_i18n_here": "", + "seopress_breadcrumbs_i18n_home": "", + "seopress_breadcrumbs_i18n_author": "", + "seopress_breadcrumbs_i18n_404": "", + "seopress_breadcrumbs_i18n_search": "Zoekresultaten voor:", + "seopress_breadcrumbs_i18n_no_results": "Geen resultaten gevonden", + "seopress_breadcrumbs_i18n_attachments": "", + "seopress_breadcrumbs_i18n_paged": "", + "seopress_breadcrumbs_separator_disable": "1", + "seopress_ps_url": "https://brave.wpacc01.yard.nl", + "seopress_ps_api_key": "", + "seopress_gsc_date_range": "- 3 months", + "seopress_robots_file": "", + "seopress_llms_file": "# {{site_name}}\r\n\r\n> {{site_description}}\r\n> Last updated: {{current_date}}\r\n\r\n## Search\r\n\r\n- Search URL: `{{search_url}}`\r\n\r\n## Recent Content\r\n\r\n{{latest_posts:5}}\r\n\r\n## Complete Sitemap\r\n\r\nFor a comprehensive list of all URLs, see: {{sitemap_url}}\r\n\r\n---\r\n\r\n*This file is dynamically generated and highlights our most important content.*\r\n", + "seopress_news_name": "", + "seopress_404_cleaning": "1", + "seopress_404_redirect_home": "none", + "seopress_404_redirect_custom_url": "", + "seopress_404_redirect_status_code": "301", + "seopress_404_enable_mails_from": "", + "seopress_rss_before_html": "", + "seopress_rss_after_html": "" + }, + "seopress_pro_mu_option_name": false, + "seopress_pro_license_key": false, + "seopress_pro_license_status": "valid", + "seopress_bot_option_name": { + "seopress_bot_scan_settings_post_types": { + "post": { "include": "1" }, + "page": { "include": "1" } + }, + "seopress_bot_scan_settings_404": "1" + }, + "seopress_toggle": { + "toggle-titles": "1", + "toggle-xml-sitemap": "1", + "toggle-social": "1", + "toggle-google-analytics": "1", + "toggle-instant-indexing": "1", + "toggle-advanced": "1", + "toggle-dublin-core": "1", + "toggle-local-business": "1", + "toggle-rich-snippets": "1", + "toggle-breadcrumbs": "0", + "toggle-robots": "1", + "toggle-404": "1", + "toggle-bot": "1", + "toggle-inspect-url": "1", + "toggle-ai": "0" + }, + "seopress_google_analytics_lock_option_name": false, + "seopress_tools_option_name": false, + "seopress_dashboard_option_name": false, + "seopress_instant_indexing_option_name": { + "seopress_instant_indexing_bing_api_key": "N2FhMmY2MTgzMzAyNDE0NzgyYzBmYTJiYTMyNjdlMjI=", + "seopress_instant_indexing_automate_submission": "1", + "seopress_instant_indexing_google_api_key": "" + } +} diff --git a/web/app/install.php b/web/app/install.php new file mode 100644 index 0000000..c74d660 --- /dev/null +++ b/web/app/install.php @@ -0,0 +1,196 @@ +flush_versions(); + } +}, 1); + +// Enable the installation of multisite with a specified locale +add_filter('sanitize_option_WPLANG', function ($value, $option, $original_value) { + return $value; +}, 10, 3); + +add_filter('populate_network_meta', function (array $networkMeta): array { + $networkMeta['fileupload_maxk'] = 70000; + // TOOD: allowed filetypes + + return $networkMeta; +}); + +add_action('after_populate_network', function () { + add_filter('pre_site_option_active_sitewide_plugins', '__return_false', 20); + + activate_plugins([ + 'advanced-custom-fields-pro/acf.php', + 'gravityforms/gravityforms.php', + 'wp-seopress/seopress.php', + 'wp-seopress-pro/seopress-pro.php', + ], '', true); + + remove_filter('pre_site_option_active_sitewide_plugins', '__return_false', 20); +}); + +add_action('gform_post_install', function ($version) { + //Gravity Forms settings + update_option('gform_enable_background_updates', false); + update_option('rg_gforms_default_theme', 'gravity-theme', false); + update_option('rg_gforms_currency', 'EUR', false); +}); + +add_action('seopress_activation', function () { + $data = wp_json_file_decode(BRAVE_INSTALL_DIR . '/seopress.json', ['associative' => true]); + seopress_get_service('ImportSettings')->handle($data); + delete_option('seopress_activated'); +}); + +function brave_insert_homepage(): int +{ + $homeId = wp_insert_post([ + 'post_title' => __('Home', 'sage'), + 'post_content' => '', + 'post_status' => 'publish', + 'post_type' => 'page', + ]); + + // Assign the created page as the homepage + update_option('show_on_front', 'page'); + update_option('page_on_front', $homeId); + + return $homeId; +} + +function brave_insert_contact_page(): int +{ + $content = require_once BRAVE_INSTALL_DIR . '/pages/contact.php'; + + return wp_insert_post([ + 'post_title' => __('Contact', 'sage'), + 'post_name' => 'contact', + 'post_content' => serialize_blocks($content), + 'post_status' => 'publish', + 'post_type' => 'page', + ]); +} + +function brave_insert_attachments() +{ + // Insert attachment + WP_Filesystem(); + /** @var WP_Filesystem_Base $wp_filesystem */ + global $wp_filesystem; + + $imagesDir = BRAVE_INSTALL_DIR . '/images'; + $uploadsDir = wp_upload_dir()['path']; + + $files = $wp_filesystem->dirlist(BRAVE_INSTALL_DIR . '/images', false); + + foreach ($files as $file) { + $wp_filesystem->copy( + $imagesDir . '/' . $file['name'], + $uploadsDir . '/' . $file['name'] + ); + + $attachmentID = wp_insert_attachment([ + 'post_title' => pathinfo($file['name'], PATHINFO_FILENAME), + 'post_content' => '', + 'post_status' => 'inherit', + 'post_mime_type' => wp_get_image_mime($uploadsDir . '/' . $file['name']), + ], $uploadsDir . '/' . $file['name']); + + wp_update_attachment_metadata($attachmentID, wp_generate_attachment_metadata($attachmentID, $uploadsDir . '/' . $file['name'])); + } +} + +function brave_insert_privacy_policy(): int +{ + // TODO: tweak the default content of the privacy policy page, e.g. add a link to the contact page and a link to the styleguide + $content = WP_Privacy_Policy_Content::get_default_content(); + + $privacyPolicyId = wp_insert_post([ + 'post_title' => __('Privacy policy', 'sage'), + 'post_content' => $content, + 'post_status' => 'publish', + 'post_type' => 'page', + ]); + + update_option('wp_page_for_privacy_policy', $privacyPolicyId); + + return $privacyPolicyId; +} + +function brave_insert_styleguide(): int +{ + return wp_insert_post([ + 'post_title' => __('Stijlgids', 'sage'), + 'post_name' => 'styleguide', + 'post_content' => '', + 'post_status' => 'private', + 'post_type' => 'page', + ]); +} + +function brave_insert_menus() +{ + $menus = [ + 'primary_navigation' => __('Hoofdmenu', 'sage'), + 'top_bar_navigation' => __('Top menu', 'sage'), + 'footer_navigation' => __('Footer menu', 'sage'), + ]; + + $locations = get_nav_menu_locations(); + foreach ($menus as $location => $menu_name) { + $menu_id = wp_create_nav_menu($menu_name); + $locations[$location] = $menu_id; + + foreach (get_pages() as $page) { + $result = wp_update_nav_menu_item( + $menu_id, + 0, + [ + 'menu-item-title' => $page->post_title, + 'menu-item-object-id' => $page->ID, + 'menu-item-object' => 'page', + 'menu-item-type' => 'post_type', + 'menu-item-status' => 'publish', + ] + ); + } + } + set_theme_mod('nav_menu_locations', $locations); +} diff --git a/wp-translation-downloader.lock b/wp-translation-downloader.lock new file mode 100644 index 0000000..fd4059c --- /dev/null +++ b/wp-translation-downloader.lock @@ -0,0 +1,110 @@ +{ + "gravityforms": { + "translations": { + "nl_NL": { + "updated": "2026-04-01T19:24:05+00:00", + "version": "2.9.30.1" + }, + "de_DE": { + "updated": "2026-04-02T09:50:19+00:00", + "version": "2.9.30.1" + } + } + }, + "query-monitor": { + "translations": { + "de_DE": { + "updated": "2026-02-22 03:43:13", + "version": "3.20.4" + }, + "nl_NL": { + "updated": "2026-03-20 20:13:13", + "version": "3.20.4" + } + } + }, + "user-switching": { + "translations": { + "de_DE": { + "updated": "2025-10-08 19:05:16", + "version": "1.11.2" + }, + "nl_NL": { + "updated": "2026-02-27 07:26:10", + "version": "1.11.2" + } + } + }, + "wordpress-no-content": { + "translations": { + "de_DE": { + "updated": "2026-06-04 02:23:53", + "version": "6.9.4" + }, + "nl_NL": { + "updated": "2026-06-03 13:13:35", + "version": "6.9.4" + } + } + }, + "imagify-plugin": { + "translations": { + "de_DE": { + "updated": "2026-03-18 20:25:07", + "version": "2.2.8" + }, + "nl_NL": { + "updated": "2026-05-25 21:20:17", + "version": "2.2.8" + } + } + }, + "cookie-law-info": { + "translations": { + "de_DE": { + "updated": "2026-05-03 19:02:31", + "version": "3.4.2" + }, + "nl_NL": { + "updated": "2026-04-17 10:33:29", + "version": "3.4.2" + } + } + }, + "wp-seopress": { + "translations": { + "de_DE": { + "updated": "2025-07-16 20:36:52", + "version": "8.9.0.2" + }, + "nl_NL": { + "updated": "2025-07-03 07:29:34", + "version": "8.9.0.2" + } + } + }, + "duplicate-post": { + "translations": { + "de_DE": { + "updated": "2026-03-09 12:12:05", + "version": "4.6" + }, + "nl_NL": { + "updated": "2026-03-10 20:40:25", + "version": "4.6" + } + } + }, + "wp-seopress-pro": { + "translations": { + "nl_NL": { + "updated": "2025-11-25T13:27:34+00:00", + "version": "{VERSION}" + }, + "de_DE": { + "updated": "2025-11-25T14:03:09+00:00", + "version": "{VERSION}" + } + } + } +}