Yes it just display a closing bracket ]
I'm not exactly sure why I suggested that because that won't work for several reasons. If you're trying to show the view in the page and the page has the entryid in the URL, you don't need to add a parameter to it the view's shortcode, you can just have the view get the value from the URL. i.e., your page has [display-frm-data id=622] and then in your view, you use [get param="entryid"] wherever you need to get that value because "get param=" gets the value from the URL parameters.
Please login or Register to submit your answer