Skip to content

Commit 63b5461

Browse files
committed
gw-capitilize-submitted-data.php: Added support to capitalize list fields.
1 parent 7d6697e commit 63b5461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-capitilize-submitted-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
add_action( 'gform_pre_submission_123', 'gw_capitalize_submitted_data' );
1212
function gw_capitalize_submitted_data( $form ) {
1313

14-
$applicable_input_types = array( 'address', 'text', 'textarea', 'name' );
14+
$applicable_input_types = array( 'address', 'text', 'textarea', 'name', 'list' );
1515

1616
foreach ( $form['fields'] as $field ) {
1717

0 commit comments

Comments
 (0)