Redirect to pdf link – pods url field

I have a custom post type of courses with a field containing the url to download an ebook for each course.

In the form of gravity forms I wanted that after filling in the data the visitor could download the ebook. I’m using the {pods:ebook_link} tag but isn’t working,
(ebook_link is the name of the field) Is this tag correct?

Here’s some pics of my settings:

Gravity Forms won’t process that pods shortcode. You can use the gform_field_value filter and a function from pods or WordPress, to populate a hidden field in the form with the pods:ebook_link, then use the merge tag for that field for your redirect URL.

You would need to know the proper function to get that value from the custom field, possibly using a pods or WordPress function.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.