Hello everyone, so i am creating brand specific pages but i have a drop-down that is dynamically added, so as i create a brand it gets dynamically added to the dropdown and then when i click those brands they are meant to open a brand specific page...
So i created a general brand layout page where the content will be dynamically added based on the brand being viewed at the moment, so i used bounded the links to the brand id so it can be brand specfic but my general layout page is not seeing the brand id upon all i have done
more like the api action is not appending the brand_id parameter to the request url to get the brand_id info which will be used to provide the brand specific pages...
my question how can i make it brand specific so that when the brands are clicked on the dropdown the general brand page is brand specific based on the brand that was clicked
the links are already dynamic based on the brand id it is just to make the general page see the brand id and then make it brand specific, the general page is not seeing the brand id even after creating a server action for that
You didn't attached any screenshot of Wappler interface of what you trying to achieve. Neither you didn't asked any questions, so I presumed you want to dropdown not only hold a title/name of a brand (what you received from a Server Connect action) but also hold/have a link to specific brand. That's why I showed you a screenshot that you need to apply Dynamic Attribute - Link to you Dropdown item where you applied name.
i am sorry about that man, so i just sent a screenshot to show the general page that is not picking the brand_id after setting the brand_id as an input param
i tried using {{$Get.brand_id}} based on my server action
it doesn't work but the api action works perfectly because when i checked my network and i put http://localhost:3000/api/brand_creation/get_brand_query?brand_id it returned the value of the brand_id, but it is not happening on the front-end of the page more like the page is not getting the brand_id parameter