Hi,
I’m currently taking an academy course on Bubble, and I recently encountered an issue.
In the video “Popup Design - Part 1,” when I preview the page, I see the section I built for the job posts, but it’s under the “Settings” tab.
How can I change it so that it appears under the “Job Posts” tab instead?
Image attached: Snip - freesnippingtool.com_capture_20240828234707.png | ImgHostr
In addition, the company details didn’t saved from the last time I filled the form.
Welcome to the forum!
The best way to work it out is looking in the editor. Find the group that is your Settings tab, and look under ‘Conditionals’. Is there a condition that’s causing it to display? If so, is it the condition you’re expecting?
I imagine that you need a condition on your Settings group:
When Get data from page URL is settings, this group is visible.
Inside ‘Get data’, you should have v, which is the URL parameter you. want to check. Now you’ve added a condition to show the element when v = settings, you can go to Layout and uncheck the ‘visible on page load’ checkbox, and check the ‘collapse when hidden’ checkbox to make sure it doesn’t take up any space when invisible.
Hi George,
Thanks! it work now.
the other problem I’m facing is that the company details didn’t save from the last time I filled the form.
do you have an idea why?
Image attached - Snip - freesnippingtool.com_capture_20240829083701.png | ImgHostr
It looks like the URL doesn’t contain the company slug in that screenshot, if you add it to the URL after company/ it should populate the data.