@@ -247,11 +247,11 @@ echo $this->form($factory->create([
'name' => 'email',
'options' => [
'column' => 'md-6',
- 'label' => 'Email'
+ 'label' => 'Email',
],
'attributes' => [
'type' => 'email',
- 'id' => 'inputEmail4'
+ 'id' => 'inputEmail4',
],
],
],
@@ -260,11 +260,11 @@ echo $this->form($factory->create([
'name' => 'password',
'options' => [
'column' => 'md-6',
- 'label' => 'Password'
+ 'label' => 'Password',
],
'attributes' => [
'type' => 'password',
- 'id' => 'inputPassword4'
+ 'id' => 'inputPassword4',
],
],
],
@@ -273,12 +273,12 @@ echo $this->form($factory->create([
'name' => 'address1',
'options' => [
'column' => 12,
- 'label' => 'Address'
+ 'label' => 'Address',
],
'attributes' => [
'type' => 'text',
'placeholder' => '1234 Main St',
- 'id' => 'inputAddress'
+ 'id' => 'inputAddress',
],
],
],
@@ -287,12 +287,12 @@ echo $this->form($factory->create([
'name' => 'address2',
'options' => [
'column' => 12,
- 'label' => 'Address 2'
+ 'label' => 'Address 2',
],
'attributes' => [
'type' => 'text',
'placeholder' => 'Apartment, studio, or floor',
- 'id' => 'inputAddress2'
+ 'id' => 'inputAddress2',
],
],
],
@@ -301,11 +301,11 @@ echo $this->form($factory->create([
'name' => 'city',
'options' => [
'column' => 'md-6',
- 'label' => 'City'
+ 'label' => 'City',
],
'attributes' => [
'type' => 'text',
- 'id' => 'inputCity'
+ 'id' => 'inputCity',
],
],
],
@@ -317,7 +317,7 @@ echo $this->form($factory->create([
'column' => 'md-4',
'label' => 'State',
'empty_option' => 'Choose...',
- 'value_options' => ['...']
+ 'value_options' => ['...'],
],
'attributes' => [
'id' => 'inputState',
@@ -330,11 +330,11 @@ echo $this->form($factory->create([
'name' => 'zip',
'options' => [
'column' => 'md-2',
- 'label' => 'Zip'
+ 'label' => 'Zip',
],
'attributes' => [
'type' => 'text',
- 'id' => 'inputZip'
+ 'id' => 'inputZip',
],
],
],
@@ -376,7 +376,7 @@ echo $this->form($factory->create([
-