Is it possible to hide the status section on event programs in the Capture app? We do not use this functionality and it confuses users.
Hi @kstankevitz
I’ve been investigating this and trying to see if there’s a workaround to solve this. Unfortunately, there’s no out of the box solution which means this calls for a feature request. (See ideas …)
I first thought about using the API styles endpoint to affect this using CSS but then there’d be no way to hide this for specific programs and show it for others. It will be hidden across all programs, I doubt this is something that you’d want?
The second thing that I tried was build a plugin that will be integrated into the specific program using the Tracker Plugin Configurator app, but then I soon learned that the plugin code is limited internally within the plugin and can’t enforce css changes outside of its own iframe.
Could you please add more context to how it’s confusing users? And why it’s not used in your event programs?
Thanks!
Hi Gassim, I think we actually might be willing to hide this for all programs. Can you expand a bit on that possible solution?
Sure! You’d basically use the styles API endpoint and adjust the CSS to force the change on the entire Capture app (and any app that uses the same CSS ids and classes but we’lltry to be as specific as possible to limit it affecting other parts of the apps). I would like to test it first and then I will let you know if it actually works.
