Form input not appearing on logic

I have a form with this input field

that is linked to this CMS.

When I try connecting the form in logic, that input field does not appear. Am I missing something?

Thanks

To put it simply, Logic can’t “see” the fields you’re generating in custom code.
Instead, create an actual input element, and use custom code to set the value on it.

1 Like

Noice! That works! Thank you!