We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3ba88 commit a895398Copy full SHA for a895398
1 file changed
source/php/Module/FormatSteps.php
@@ -49,6 +49,7 @@ private function fieldMapper(array $field)
49
case 'true_false':
50
return $this->mapTrueFalse($field);
51
case 'text':
52
+ case 'email':
53
return $this->mapText($field);
54
case 'taxonomy':
55
return $this->mapTaxonomy($field);
@@ -65,6 +66,7 @@ private function fieldMapper(array $field)
65
66
case 'url':
67
return $this->mapUrl($field);
68
case 'textarea':
69
+ case 'message':
70
return $this->mapTextarea($field);
71
case 'radio':
72
return $this->mapRadio($field);
0 commit comments