Tomasz Gola

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
in reply to: WPDM Package Title in Gravity Forms Entries #118085

Tomasz Gola
Participant

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

in reply to: WPDM Package Title in Gravity Forms Entries #118050

Tomasz Gola
Participant

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

in reply to: WPDM Package Title in Gravity Forms Entries #118010

Tomasz Gola
Participant

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.

in reply to: WPDM Package Title in Gravity Forms Entries #118008

Tomasz Gola
Participant

Unfortunately doesn’t work…

in reply to: Gravity Forms and E-mail link to download not working #97329

Tomasz Gola
Participant
This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)