Skip Navigation

[Resolved] embed field – impossible to uncheck require URL verification

This support ticket is created 3 years, 3 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 3 replies, has 2 voices.

Last updated by Jamal 3 years, 3 months ago.

Assisted by: Jamal.

Author
Posts
#2191175

I am trying to:
Remove the required URL checkbox verification from the embed field since it is not a url it is an embedded youtube or podcast.
Here is a short loom video showing the issue

hidden link

I've disabled all plugins except toolset and switched to the 2019 theme and it persists.

#2192173

Hello and thank you for contacting Toolset support.

Well, an embed field must be an URL. It can't be something else. Read more about embeds here https://wordpress.org/support/article/embeds/

This being said, it is expected that the URL validation is enforced in the embed field.

Maybe you are looking to put something else. Can you share it here between <code>[/php] tags?

#2192323

We are trying to add fields that use some applications embed features like iframes. Whatis the appropriate toolset field type for this?

<iframe width='1600' height='480' src='hidden link' frameborder='0' allowfullscreen allow='xr-spatial-tracking'></iframe>

<iframe width="560" height="315" src="hidden link" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

#2192709

The more suited field, in this case, is the multiple lines field. However, when trying to display the field, you must display the "raw" value. Does it make sense?