Skip to content

Commit 7da2bc7

Browse files
authored
Merge pull request #22 from codeccoop/feat/integration-full-support-checks
Integration full support checks
2 parents 464a1dc + 3339a12 commit 7da2bc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+259
-106
lines changed

forms-bridge/addons/bigin/templates/companies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
array(
105105
'name' => 'Phone',
106106
'label' => __( 'Phone', 'forms-bridge' ),
107-
'type' => 'text',
107+
'type' => 'tel',
108108
),
109109
array(
110110
'name' => 'Description',

forms-bridge/addons/bigin/templates/contacts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
array(
6868
'name' => 'Phone',
6969
'label' => __( 'Phone', 'forms-bridge' ),
70-
'type' => 'text',
70+
'type' => 'tel',
7171
),
7272
array(
7373
'name' => 'Description',

forms-bridge/addons/bigin/templates/deals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
array(
169169
'name' => 'Phone',
170170
'label' => __( 'Phone', 'forms-bridge' ),
171-
'type' => 'text',
171+
'type' => 'tel',
172172
),
173173
array(
174174
'name' => 'Description',

forms-bridge/addons/bigin/templates/meetings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
array(
9494
'name' => 'Phone',
9595
'label' => __( 'Phone', 'forms-bridge' ),
96-
'type' => 'text',
96+
'type' => 'tel',
9797
),
9898
array(
9999
'name' => 'date',

forms-bridge/addons/brevo/templates/companies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function ( $country ) {
6565
array(
6666
'name' => 'phone',
6767
'label' => __( 'Phone', 'forms-bridge' ),
68-
'type' => 'text',
68+
'type' => 'tel',
6969
),
7070
array(
7171
'name' => 'website',

forms-bridge/addons/brevo/templates/company-deals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function ( $country ) {
9393
array(
9494
'name' => 'phone',
9595
'label' => __( 'Phone', 'forms-bridge' ),
96-
'type' => 'text',
96+
'type' => 'tel',
9797
),
9898
array(
9999
'name' => 'website',

forms-bridge/addons/dolibarr/templates/individual-leads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
array(
129129
'name' => 'phone',
130130
'label' => __( 'Phone', 'forms-bridge' ),
131-
'type' => 'text',
131+
'type' => 'tel',
132132
),
133133
array(
134134
'name' => 'note_private',

forms-bridge/addons/dolibarr/templates/individual-proposals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
array(
112112
'name' => 'phone',
113113
'label' => __( 'Phone', 'forms-bridge' ),
114-
'type' => 'text',
114+
'type' => 'tel',
115115
),
116116
array(
117117
'name' => 'address',

forms-bridge/addons/dolibarr/templates/individual-prospects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
array(
8282
'name' => 'phone',
8383
'label' => __( 'Phone', 'forms-bridge' ),
84-
'type' => 'text',
84+
'type' => 'tel',
8585
),
8686
array(
8787
'name' => 'note_private',

forms-bridge/addons/dolibarr/templates/thirdparties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
array(
129129
'name' => 'phone',
130130
'label' => __( 'Phone', 'forms-bridge' ),
131-
'type' => 'text',
131+
'type' => 'tel',
132132
'required' => true,
133133
),
134134
array(

0 commit comments

Comments
 (0)