cpx3 Posted February 2, 2023 Share Posted February 2, 2023 Hi to everybody, In my backend I have a markup table that lists some information via a Runtime Markup field. Now I would like that on click on of the items the details appear on a modal. I succeded to open the modal an to display a complete page, but how do I only display the content of another runtime markup field on that modal? Thanks as always, Bernhard Link to comment Share on other sites More sharing options...
bernhard Posted February 2, 2023 Share Posted February 2, 2023 Appending ?field=yourfieldname to the URL should be enough. ?fields=foo,bar would also work. 2 Link to comment Share on other sites More sharing options...
cpx3 Posted February 3, 2023 Author Share Posted February 3, 2023 Bernhard, thanks for the quick answer! If I want to open the page I am actually editing, what would be the url? Link to comment Share on other sites More sharing options...
cpx3 Posted February 3, 2023 Author Share Posted February 3, 2023 PS: When I link to another page the modal remains blank... Link to comment Share on other sites More sharing options...
bernhard Posted February 3, 2023 Share Posted February 3, 2023 Sorry of course it's not ?field... on page edit, because you have ?id=... there, so you need to append that url parameter via &field[s]=... 2 Link to comment Share on other sites More sharing options...
cpx3 Posted February 4, 2023 Author Share Posted February 4, 2023 A million thanks! :) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now