Hi @user1111
I hope you are doing well today.
I pinged our SLS Team to review your query and see what will be possible in this case. We will post an update here as soon as more information is available.
Kind Regards,
Kris
Hi @user1111
This task has been flagged for our SLS Team so that they can see what will be possible for you. Please keep in mind that our SLS Team deals with more complicated issues, so it may take a little longer before we will reply with solution.
Kind Regards,
Kris
Hi Just want to follow up about this?
Hi @user1111
Since the ability to include raw HTML in any description field is limited due to security reasons, you can use a workaround by implementing a shortcode. This can help achieve the desired behavior.
Add a must-use plugin to your site’s wp-content/mu-plugins folder like this https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins, then add the following code to the plugin’s php file:
https://gist.github.com/wpmudev-sls/7158b1aacc2612df60cbb8d07e68f2f1
The snippet from above registers the [forminator_youtube] shortcode. Here’s an example of the usage:
[forminator_youtube url="https://www.youtube.com/watch?v=2STjNxZDXLU"]
Add the shortcode in the section you need to display the video. We recommend to test this on the dev/staging version first before putting it on the live site.
Let us know if this code helps you get the expected results.
Kind regards
Luis