cpx3 Posted February 2, 2023 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
bernhard Posted February 2, 2023 Posted February 2, 2023 Appending ?field=yourfieldname to the URL should be enough. ?fields=foo,bar would also work. 2
cpx3 Posted February 3, 2023 Author 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?
cpx3 Posted February 3, 2023 Author Posted February 3, 2023 PS: When I link to another page the modal remains blank...
bernhard Posted February 3, 2023 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
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