Is there any way I can allow an image uploaded via the upload image field to be cropped to a specific dimension?
I'd like to have a feature identical to what the WP User Avatar plugin offers using GF:
http://wordpress.org/plugins/wp-user-avatar/
Is there any way I can allow an image uploaded via the upload image field to be cropped to a specific dimension?
I'd like to have a feature identical to what the WP User Avatar plugin offers using GF:
http://wordpress.org/plugins/wp-user-avatar/
We don't upload a file until after the form is submitted, as for cropping it after the fact, we don't have any built-in functions to do that, so you would have to custom code something to make it work.