Replies: 0
Hi,
Very useful plugin, can save a lot of manual entry work, thank you for making it!
In the function cfgs_publish(), I was wondering if you could allow people to modify the field values before they are sent to the spreadsheet. Perhaps line 98, $value = Caldera_Forms::get_field_data( $field['ID'], $form );, could be wrapped in a filter. This will allow people to create a simple function in functions.php to modify the value in a certain way for all fields or for some specific field (with a specific ID).
In our case, some users insert newlines when submitting the website form, and this makes the spreadsheet rows larger in height. This can be addressed by removing the newline character.
Thanks.