NO BUG: Bricks Form Redirect only Text field not Link

I think I have found a bug or at least something that could work better for the intended purpose. I have created a component with a Bricks Form in it. In the Component > Form I add under the ‘Actions’ tap ‘Redirect’. In the Redirect tab I see under the ‘Custom redirect URL’ an option for a component field. But the only field I can link to it is a ‘Text’ field not the desired ‘Link’ field. Even if I create a ‘Link’ field I can’t attach it to the ‘Custom redirect URL’ component field. Is this intentional? I would assume a ‘Link’ field is the correct option unless I am missing something?


CleanShot 2025-10-21 at 14.27.50
CleanShot 2025-10-21 at 14.43.55

Link =/= URL

Link contains some additional parameters like rel or target

For redirection, you need just a path (URL) like https://forum.bricksbuilder.io

Ok as long as this is a natural behaviour so to speak:

CleanShot 2025-10-21 at 14.52.10

Hi @Aine_og,

this is not a bug. You can (in general) only connect property of the same type as the field. As @Illarion said, link property type is different than the basic text one.

So, this is intended. And that’s the reason I’m marking this as a no-bug.

Thank you,
Matej

1 Like