We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 659e181 + c822f24 commit f5cfc22Copy full SHA for f5cfc22
code/Model/EditableFormField/EditableFormHeading.php
@@ -70,7 +70,7 @@ public function getCMSFields()
70
71
public function getFormField()
72
{
73
- $labelField = HeaderField::create('userforms-header', $this->Title ?: false)
+ $labelField = HeaderField::create('userforms-header-' . $this->ID, $this->Title ?: false)
74
->setHeadingLevel($this->Level);
75
$labelField->addExtraClass('FormHeading');
76
$labelField->setAttribute('data-id', $this->Name);
0 commit comments