Skip to content

Commit 09f76ac

Browse files
committed
feat: formGent logo added
1 parent 3310bab commit 09f76ac

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

frontend-dev/src/Utils/StaticData/webhookIntegrations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ export const customFormIntegrations = [
7171
'WPTravelEngine',
7272
'WPUserFrontend',
7373
'FluentAffiliate',
74-
'EasyCommerce'
74+
'EasyCommerce',
75+
'FormGent'
7576
]
7677

7778
export const actionHookIntegrations = ['ActionHook']
1.59 KB
Loading

includes/Core/Util/AllTriggersName.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public static function allTriggersName()
4343
'EssentialBlocks' => ['name' => 'Essential Blocks', 'isPro' => true, 'is_active' => false],
4444
'Eventin' => ['name' => 'Eventin', 'isPro' => true, 'is_active' => false],
4545
'EVF' => ['name' => 'Everest Forms', 'isPro' => true, 'is_active' => false],
46+
'FormGent' => ['name' => 'FormGent', 'isPro' => true, 'is_active' => false],
4647
'FluentAffiliate' => ['name' => 'FluentAffiliate', 'isPro' => true, 'is_active' => false],
4748
'FF' => ['name' => 'Fluent Forms', 'isPro' => true, 'is_active' => false],
4849
'FluentBoards' => ['name' => 'Fluent Boards', 'isPro' => true, 'is_active' => false],

0 commit comments

Comments
 (0)