I tried with this but nothing happens when I click at Write a comment:
export function Knapp1_click ( event ) {
// This function was added from the Properties & Events panel. To learn more, visit Velo: Working with the Properties & Events Panel | Help Center | Wix.com
// Add your code for this event here:
$w ( ‘#Knapp1’ ). onClick (()=>{
$w ( ‘#Textbox1’ ). show ()
})
$w ( ‘#Submit1’ ). onClick (()=>{
$w ( ‘#Textbox1’ ). hide ()
//write the function you wanna run when the box has collapsed
})
}
$w . onReady (( x )=>{