Skip Navigation

[Resolved] Ninja forms Data display help

This support ticket is created 3 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years, 11 months ago.

Assisted by: Jamal.

Author
Posts
#2002063

Hi,

so we are using Ninja Forms, Ninja forms post creating and Ninja Forms Vimeo Uploader and the problem we have is it creates a custom post and inside ninja forms we can use custom meta: so like: vimeo_url = Meta Key and meta_value is: {vimeo_uploader:vimeo_url} this is all from the plugin but when we submit a video it will show the link on submission page,

But we would like it to add the URL of the video to the post created, and this part does not seem to work, i was wondering is there something in Toolset which can allow us to achieve this?

#2002709

Hello and thank you for contacting the Toolset support.

Based on the key/value, I would say that you can do this:

<a href="[wpv-post-field name='vimeo_uploader']">[wpv-post-field name='vimeo_uploader']</a>

You can also create your custom shortcode to generate this URL. https://codex.wordpress.org/Shortcode_API

I hope this helps. Let me know if you have any questions.