I am using the blocks editor and I setup a custom field whose field type is URL (I have other custom fields too).
What I am trying to do: make another custom field clickable, the link being the custom field whose field type is URL
Here is an example:
field A = "website name" (field type = string)
field B = "website URL" (field type = URL)
I would like to display field A (view or single template) and when people click on field A they go to the URL specified by field B.
In other words, I would like to setup a dynamic link.
I remember that I could access this dynamic link feature in the settings in the right sidebar a few months ago.
It seems like I can not access it anymore.
By the way, the fields to make clickable are inserted via the "Fields and text" block
I was wondering if I need to revert back to some "layout" view (what we had before blocks) in order to be able to code something like field A
Actually I have found some kind of a workaround. It consists of using a Button block instead. This button block allows to insert a dynamic text and a dynamic link. Then it is just a matter of styling the button so that it does not look like a button. But this trick might not help in certain circumstances, like making images clickable for example.