Skip to content

Commit 19d260b

Browse files
committed
Add Fluent Forms WordPress plugin detection
1 parent 9b4db16 commit 19d260b

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

src/images/icons/Fluent Forms.svg

Lines changed: 9 additions & 0 deletions
Loading

src/technologies/f.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,29 @@
10871087
"saas": true,
10881088
"website": "https://flowplayer.com"
10891089
},
1090+
"Fluent Forms": {
1091+
"cats": [
1092+
87,
1093+
110
1094+
],
1095+
"description": "Fluent Forms is a drag-and-drop form builder plugin for WordPress.",
1096+
"dom": [
1097+
"form.frm-fluent-form",
1098+
"input[name='__fluent_form_embded_post_id']"
1099+
],
1100+
"icon": "Fluent Forms.svg",
1101+
"js": {
1102+
"fluentFormVars": ""
1103+
},
1104+
"pricing": [
1105+
"freemium",
1106+
"low",
1107+
"recurring"
1108+
],
1109+
"requires": "WordPress",
1110+
"scriptSrc": "/wp-content/plugins/fluentform/assets/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
1111+
"website": "https://fluentforms.com"
1112+
},
10901113
"Flutter": {
10911114
"cats": [
10921115
66

0 commit comments

Comments
 (0)