Problem:
The user would like to extract the latitude and longitude from a Toolset Address field and store them as custom fields.
Solution:
This will need custom code. Hooked to the cred_save_data for Toolset forms, or the save_post for the admin screens. You can use the format argument in the types_render_field function or the types shortcode. Read more about it here https://toolset.com/documentation/customizing-sites-using-php/functions/#address
Problem:
The user would like to increase the size(height) of the file input field, so the "Choose file" button appears entirely within the input, like this http://prntscr.com/18h7dhe
Solution:
This is caused by a style conflict with the theme. And needs to be fixed using custom CSS code. For example: