Example #1
0
 protected function getField()
 {
     $field = new \serviform\fields\Form();
     $field->config(['elements' => ['child' => ['type' => 'input', 'attributes' => ['class' => 'child']], 'child2' => ['type' => 'input', 'attributes' => ['class' => 'child']]]]);
     return $field;
 }