added category "Form Builder" added detection for FormAssembly

main
Mark Wiseman 2 years ago
parent c3a3a05fc8
commit a0f9c2634d

@ -742,5 +742,12 @@
], ],
"name": "Fulfilment", "name": "Fulfilment",
"priority": 6 "priority": 6
},
"108": {
"groups": [
1
],
"name": "Form Builder",
"priority": 7
} }
} }

@ -203,5 +203,6 @@
"categoryName104": { "message": "Ticket booking" }, "categoryName104": { "message": "Ticket booking" },
"categoryName105": { "message": "Augmented reality" }, "categoryName105": { "message": "Augmented reality" },
"categoryName106": { "message": "Cross border ecommerce" }, "categoryName106": { "message": "Cross border ecommerce" },
"categoryName107": { "message": "Fulfilment" } "categoryName107": { "message": "Fulfilment" },
"categoryName108": { "message": "Form builder" }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -1929,7 +1929,8 @@
}, },
"Airform": { "Airform": {
"cats": [ "cats": [
19 19,
108
], ],
"description": "Airform is a functional HTML forms for front-end developers.", "description": "Airform is a functional HTML forms for front-end developers.",
"dom": "form[action*='airform.io/']", "dom": "form[action*='airform.io/']",

@ -285,7 +285,8 @@
}, },
"Caldera Forms": { "Caldera Forms": {
"cats": [ "cats": [
87 87,
108
], ],
"description": "Caldera Forms is the free WordPress form builder plugin.", "description": "Caldera Forms is the free WordPress form builder plugin.",
"dom": { "dom": {
@ -2557,7 +2558,8 @@
}, },
"Contact Form 7": { "Contact Form 7": {
"cats": [ "cats": [
87 87,
108
], ],
"description": "Contact Form 7 is an WordPress plugin which can manage multiple contact forms. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering.", "description": "Contact Form 7 is an WordPress plugin which can manage multiple contact forms. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering.",
"dom": "link[href*='/wp-content/plugins/contact-form-7/']", "dom": "link[href*='/wp-content/plugins/contact-form-7/']",

@ -1261,7 +1261,8 @@
"Formidable Form": { "Formidable Form": {
"cats": [ "cats": [
87, 87,
73 73,
108
], ],
"description": "Formidable Forms is a WordPress plugin that enables you to create quizzes, surveys, calculators, timesheets, multi-page application forms.", "description": "Formidable Forms is a WordPress plugin that enables you to create quizzes, surveys, calculators, timesheets, multi-page application forms.",
"dom": "link[href*='/wp-content/plugins/formidable/']", "dom": "link[href*='/wp-content/plugins/formidable/']",
@ -1274,6 +1275,20 @@
"requires": "WordPress", "requires": "WordPress",
"website": "https://formidableforms.com" "website": "https://formidableforms.com"
}, },
"FormAssembly": {
"cats": [
108
],
"description": "FormAssembly is a platform that enables to collection of data and processing via workflow.",
"html": [
"<form [^>]*action=(?:\"|')[^>]*tfaforms.net"
],
"icon": "FormAssembly.png",
"scriptSrc": [
"wforms.js"
],
"website": "https://www.formassembly.com/"
},
"Formitable": { "Formitable": {
"cats": [ "cats": [
93 93

@ -908,7 +908,8 @@
}, },
"Globo Form Builder": { "Globo Form Builder": {
"cats": [ "cats": [
100 100,
108
], ],
"description": "Form Builder is a Shopify form builder app for contact form built by Globo.", "description": "Form Builder is a Shopify form builder app for contact form built by Globo.",
"icon": "Globo apps.png", "icon": "Globo apps.png",
@ -1988,8 +1989,8 @@
}, },
"Gravity Forms": { "Gravity Forms": {
"cats": [ "cats": [
19, 87,
87 108
], ],
"html": [ "html": [
"<div class=(?:\"|')[^>]*gform_wrapper", "<div class=(?:\"|')[^>]*gform_wrapper",

@ -1290,7 +1290,8 @@
"HulkApps Form Builder": { "HulkApps Form Builder": {
"cats": [ "cats": [
73, 73,
100 100,
108
], ],
"description": "HulkApps Form Builder is an application that creates customizable, job-specific forms for unit needs.", "description": "HulkApps Form Builder is an application that creates customizable, job-specific forms for unit needs.",
"icon": "HulkApps.svg", "icon": "HulkApps.svg",

@ -857,7 +857,8 @@
}, },
"Marketo Forms": { "Marketo Forms": {
"cats": [ "cats": [
5 5,
108
], ],
"description": "Marketo Forms help create web forms without programming knowledge. Forms can reside on Marketo landing pages and also be embedded on any page of website.", "description": "Marketo Forms help create web forms without programming knowledge. Forms can reside on Marketo landing pages and also be embedded on any page of website.",
"icon": "Marketo.png", "icon": "Marketo.png",

@ -718,7 +718,8 @@
}, },
"Ninja Forms": { "Ninja Forms": {
"cats": [ "cats": [
87 87,
108
], ],
"description": "Ninja Forms is the WordPress form builder.", "description": "Ninja Forms is the WordPress form builder.",
"dom": "link[href*='/wp-content/plugins/ninja-forms/']", "dom": "link[href*='/wp-content/plugins/ninja-forms/']",

@ -327,7 +327,8 @@
}, },
"WPForms": { "WPForms": {
"cats": [ "cats": [
87 87,
108
], ],
"description": "WPForms is a drag and drop WordPress form builder.", "description": "WPForms is a drag and drop WordPress form builder.",
"icon": "WPForms.svg", "icon": "WPForms.svg",

Loading…
Cancel
Save