Forum Replies Created
For anyone stumbling upon the same problem, do not count on the help of WPDM crew.
I am disappointed with the support I got (or I actually didn’t get).
Anyway, if you want one of the hidden fields of Gravity Forms to be populated by Package Name, you have to go to:
wp-content/plugins/wpdm-form-lock/wpdm-form-lock.php
and add the following lines of code in line 149:
$wpdmpro_name = get_the_title($pid);
$formhtml = str_replace("[wpdm_package_name]", $wpdmpro_name, $formhtml);
Good luck
Can you please help me? Im trying different options and nothing works for me.
When I am on Single View of WPDM PRO, I can easily extract package name. But when it is in a loop or just pasted as a link, I CANNO pass the value of Package Name to Gravity Forms Hidden Field.
I can pass the WPDM ID.
IT IS REALLY FRUSTRATING….
Id appreciate your help
Ok, but I am embedding this shortcode in Gravity Forms hidden field – and the shortcode [title] does not work in such a use.
I have no idea now where, I got the shortcode: [wpdm_package_id] from, but this shortcode does work in Gravity Forms hidden fields.
Unfortunately doesn’t work…