Hi! I can’t help here -sorry, but I think there’s a separate forum for Logic related issues. I believe you would have been sent a link when you were given access. I imagine you might get help more readily there !
I’m not sure what you’re seeing here, is the slug actually in the fields list of data coming from the form?
The Webflow team is continually adding new things, so this may have changed, but to my knowledge you still cannot use hidden INPUTs to pass data into logic, meaning that this;
What you need to do instead is use a regular input field, set the value with custom code, and wrap that input in a hidden DIV so that it’s not visible to the user.
Basically the Logic-form-binding engine only recognizes Webflow’s own controls as inputs.
It’s unfortunate, but not without some hop jumping.
If you choose the “hidden” button for a form field within the settings pane, it kinda lies. It’s not really hiding it, it’s removing it. If you publish then view source, it’s not there.
Your best bet is to use Make (Integromat) with an Embed element. If you have Make capture your form submission you’re bypassing all of the Webflow limitations.
You’ll be submitting a raw form and Make will scope up everything.
Hello I’m on a similar subject, I managed to have my input field showing up on logic by not using a hidden input in an embed but using a regular input and putting it in a div and then hide this div. as @memetican suggest.