Skip to content

Commit

Permalink
Moves FormElement variable under forms categpry, #PG-4057
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Dec 13, 2024
1 parent cf90dde commit 09beb4b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Template/Variable/PreConfigured/FormElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FormElement extends BaseDataLayerVariable
{
public function getCategory()
{
return self::CATEGORY_CLICKS;
return self::CATEGORY_FORMS;
}

protected function getDataLayerVariableName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
<row>
<id>FormElement</id>
<idvariable />
<type>FormElement</type>
<name>Form Element</name>
<category>Clicks</category>
<description>An instance of the element that was submitted.</description>
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
</types>
</row>
<row>
Expand Down Expand Up @@ -328,6 +318,16 @@
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
<row>
<id>FormElement</id>
<idvariable />
<type>FormElement</type>
<name>Form Element</name>
<category>Forms</category>
<description>An instance of the element that was submitted.</description>
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
<row>
<id>FormId</id>
<idvariable />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
<row>
<id>FormElement</id>
<idvariable />
<type>FormElement</type>
<name>Form Element</name>
<category>Clicks</category>
<description>An instance of the element that was submitted.</description>
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
</types>
</row>
<row>
Expand Down Expand Up @@ -363,6 +353,16 @@
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
<row>
<id>FormElement</id>
<idvariable />
<type>FormElement</type>
<name>Form Element</name>
<category>Forms</category>
<description>An instance of the element that was submitted.</description>
<order>9999</order>
<is_pre_configured>1</is_pre_configured>
</row>
<row>
<id>FormId</id>
<idvariable />
Expand Down

0 comments on commit 09beb4b

Please sign in to comment.