Change contents of a div with js

Hello,
is it possible to do the following with Bootstrap Studio:

I want to click on a link button to change a div. In the div are currently some informations as a text. After clicking on the link i want some inputs like a slider, text input… The informations should dissapear after clicking on the link and are only visible when opening the site.

Is it possible to make this with Bootstrap Studio or is it only possible by wirting it myself?

Thanks

You will need some JS for this, but don’t worry. Its fairly simple.

You could also try using a modal? They can be triggered with buttons.

alright thank you. A modal does not come into consideration for the purpose i need. But thank you, i’ll do it without bootstrap studio. Just thought if its possible.

You can do it like this