55 Posts
Olek T.
7 years ago
3
Topic

Hello,

I'm struggling this whole day trying to accomplish one silly thing. Imagine you're creating a menu item with single article. You click the button, then pops up a window for article browsing and... this is what I'm looking for in my form. I mean - I want a user (in the backend) to be able to browse for an article and then place its link in the field. That's it. The only workaround I can think of is looking for the article in the frontend, copying its address and then pasting it in the field in the backend. But come on, filling the field this way would suck.

So... Is there any elegant way for browsing articles in SEBLOD forms and then choosing one?

Get a Book for SEBLOD
4229 Posts
Kadministrator
7 years ago
0
Level 1

You have 2 options:

a) use button frree to open article search&list in popup and add some custom javascript to transfer selected value back

b) use select dynamic to list all article titles as text and with id as value, then build actual link to the article when needed , eg. using html typography

55 Posts
Olek T.
7 years ago
0
Level 2

Thanks Klas, this seems to work.

Get a VIP membership