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:
Problem:
The user has a custom taxonomy that has months as terms. Inside a view's taxonomy filter, he would like to display them in months order and spread them in two columns
Solution:
Toolset does not offer a way to sort taxonomy terms in a filter. Use a third-party plugin to enforce your custom taxonomy order. Examples: