Forum Replies Created
When are you seeing success message, the email/domain block option should work fine with user signup/login and download action.
Fixed for the next update, will be released within the next 48 hours.
You can use the following code to add package title with gravity form email:
add_filter( 'gform_pre_send_email', 'before_email' , 10, 4);
function before_email( $email, $message_format, $notification, $entry ) {
$field_id = get_option('__wpdm_gf_'.$entry['form_id'].'_fieldid');
$pid = (int)$entry[$field_id];
$email['message'] .= '<hr/>Package Name: '.get_the_title($pid);
return $email;
}
We have fixed it for the next update. Will be released within the next week.
Hi,
Thanks to the report, we are checking them now.
working fine now after I’ve updated the AWS SDK.
I found, initial it was not working as you missed the Usage step #2 here https://www.wpdownloadmanager.com/download/wpdm-form-lock/
As I see your have multiple purchases, please give me the order ID where you need to adjust invoice date.
Hi,
Just tested on your site in details. The add calling email function properly, but looks like server is blocking the email, may you please contact your server support, they will be able to let your know about the email sending issue. Please confirm me after your contact your server support.
No worry, we shall add it with the next update.
I’ve tried to deactivate some plugins there, but suddenly site admin trowing error now.
Please send me ftp details in a private reply.
“User Signup Approved” doesn’t have the username and password,
You can use {{name}}, {{display_name}}, {{email}}, but not the password.
Hi,
Sorry for your inconvenience, your orders are active now.
You need to download premium add-ons from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases, then install and activate them like any other plugin 🙂
wpdm-cacheOLD it is a wpdm folder, you can delete it.
Hi,
I’ve checked. Deactivate and reactivating Forfaits Premium - Vendez des produits numériques en toute sécurité plugin updated the database and everything is working fine now.
For some strange reason, your reply was marking as SPAM by akismet. However, I’m whitelisted them now. Your didn’t send me the site url.