Link to Internal Page - with url parameters

When linking to an internal page, Bricks forces to select a page from choices when selecting internal page… but can’t add parameters?

Obviously I can use external link, technically this is not an external link.
/outfits-color-management/?no_colors_added=not-complete

is much different than

/outfits-color-management/

2 Likes

Hey Bryant,

thanks for your report.

You can just use dynamic data and the get_page_link function (see WP documentation) in this specific case:

{echo:get_page_link(123)}?no_colors_added=not-complete

where 123 is your page’s ID

CleanShot 2023-06-22 at 09.31.58@2x

Best,

André

Brother I’m fully aware of how to get a link done. The point of my post was to bring it to the attention of whomever makes notes of things like this to refine the builder.

The point is the average person just looking to simply add a link to a page with parameters should be able to copy / paste a link in a builder’s field for an internal url with parameters… I mean that literally 10 secs and no knowledge needed. vs what you put, “the average person” “using a builder” is not expected to know what you put… is the point of the post.

1 Like

Hey Bryant,

in this case you should not post this as a bug but a feature / improvement request or create an idea.

I will move the thread accordingly.

Best,

André

1 Like

Ahh… You are correct, I see. My apologies.

Hi !

Sorry if it’s a dumb question but what’s the matter to use external link in order to add url parameter to an internal link ?

Have a nice day !
Clem

If it’s really important, we should do a feature request because currently, this is not part of the ideas board !

1 Like

Did you find a solution for internal links using URL parameters?