Does the Code field have HTML tags allowed on it and if so what are the field settings there?
Hi there 🙂
I don’t see an option to allow html tags in the field setup:
https://share.cleanshot.com/8tktRvP4
Note that this screenshot is from rolled back 3.0.10 so perhaps you have added new allow html tags in latest version? If so perhaps legacy fields should have whatever the equivalent would be as default?
In case you mean in the shortcode though, the shortcode I am using is Beaver Builder pods addon (Berhard G):
[wpbb post:pods_display field=’beacon_code’]
Hope that helps solve an issue if there was one.
Seems that it was fine up to and including to 3.0.10.
So my assumption is it’s related to some security things you have added.
Thanks mate 🙂
Paul
Figured out what’s up here, it’s the output sanitization. Pods uses this similar to how ACF does theirs.
I’m adding an option to enable/disable this sanitization per field in Pods 3.1.2 but that won’t go out until we have a few more fixes put together depending on what people report today/tomorrow.
To customize the output sanitization, reference the examples here:
https://docs.pods.io/displaying-pods/access-rights-in-pods/customizing-access-rights-in-pods-with-constants-hooks/#Disable_output_sanitizing_on_fields_that_take_HTML
Thanks Scott – you are a true star.
Appreciate the kind words Paul! You are awesome yourself!
Following up here — Pods 3.1.2 is out now 🙂