added category "Form Builder" added detection for FormAssembly

main
Mark Wiseman 2 years ago
parent c3a3a05fc8
commit a0f9c2634d

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

@ -203,5 +203,6 @@
"categoryName104": { "message": "Ticket booking" },
"categoryName105": { "message": "Augmented reality" },
"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": {
"cats": [
19
19,
108
],
"description": "Airform is a functional HTML forms for front-end developers.",
"dom": "form[action*='airform.io/']",

@ -285,7 +285,8 @@
},
"Caldera Forms": {
"cats": [
87
87,
108
],
"description": "Caldera Forms is the free WordPress form builder plugin.",
"dom": {
@ -2557,7 +2558,8 @@
},
"Contact Form 7": {
"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.",
"dom": "link[href*='/wp-content/plugins/contact-form-7/']",

@ -1261,7 +1261,8 @@
"Formidable Form": {
"cats": [
87,
73
73,
108
],
"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/']",
@ -1274,6 +1275,20 @@
"requires": "WordPress",
"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": {
"cats": [
93

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

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

@ -857,7 +857,8 @@
},
"Marketo Forms": {
"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.",
"icon": "Marketo.png",

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

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

Loading…
Cancel
Save