ben.moody
Forum Replies Created
-
Hi thanks for the feedback.
You will have to make use of one of my plugin’s action hooks to do this.
add_action( ‘prso_gform_pluploader_processed_uploads’, ‘You_Function’ );
function Your_Function( $wp_attachment_data, $entry, $form ) {
// $wp_attachment_data will contain all info on the uploaded file
// $entry and $form contain data from gravity forms e.g you should find the post id in $entry[‘post_id’]// You will then have to update post meta value ‘_thumbnail_id’ to match the attachment id for your new post, you should find the attachment id in $wp_attachment_data array
}
Hope this helps
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Error: File too large:Hi thanks for the feedback.
Just need to check that you have increased the max file size option in both the plugin global settings (settings > gravity adv uploader) and the form field settings (in gravity forms form setting).
Also be sure that the chunked file size in the plugin global settings is not larger that the max file size set in php. If not sure try setting that to 1mb and be sure to enable chunked uploads.
let me know how that goes
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] problem in form optionclosed
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] File name appended?closed
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] File name appended?Should be addressed now in version 1.15
Let me know if you hit any problems.
Thanks
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] File name appended?Hi.
I’m appending the integer to avoid any filename conflicts. That said I can look into adding a workaround for this as it appears this is a requested feature.
Expect an update soon.
Thanks again for the feedback!
Ben
Hi.
I have yet to look at the gravity forms conditional logic aspect.
Could you provide me with an example you are using and I will take a look at adding support for this.
Thanks
Ben
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] problem in form optionHi, Thanks for the feedback.
When you edit the form can you see the “Adv Uploader” button under Advanced Fields?
If so can you add the field to the form ok and can you click the field header to bring down the field options?
Also what version of wordpress/gravity forms are you using.
Thanks again for the feedback i’m happy to look into this for you.
Thanks for the feedback!
I’ve uploaded a new version of the plugin which adds validation styles to all fields and also adds some foundation style to the email field.
Also i’ve added some more filters for the website and email fields for devs to customize the column classes.
Thanks for giving this a try.
Can I ask if you tried this with the ‘address’, ‘name’ and ‘website’ fields?
Other than the validation, these are the only fields I have needed to alter the structure when using zurb foundation. If they don’t work i’d like to look into it.
P.S. I’ve tried it with Foundation 4 & 5.
Thanks
Thanks for giving this a try.
Can I ask if you tried this with the ‘address’, ‘name’ and ‘website’ fields?
Other than the validation, these are the only fields I have needed to alter the structure when using foundation. If they don’t work i’d like to look into it.
P.S. I’ve tested this with Zurb Foundation 4 & 5.