Multi State Boxes on Editor X

Thanks for the tip! I wasn’t successful with that code but I was able to get it working going a similar route:

$w.onReady(function () {
  $w("#Question").onClick((event) => {
    const $item = $w.at(event.context)
    $item('#FAQbox').changeState("Answer");
  } );
  $w("#Answer").onClick((event) => {
    const $item = $w.at(event.context)
    $item('#FAQbox').changeState("Question");
  } );
});

Yeeeeeeee needed badly… Thank You

Tried it, love it :heart:

Very cool

Very excited about this! Gonna make for a great video tutorial on the channel :+1:

Please share your channel :grinning:

Thanks, @cedenel ! I’d love to share it. It’s called Creative X, and we do 2x weekly videos about Editor X, building websites visually, and more. Here’s the link to the channel: https://www.youtube.com/channel/UC0wUfjdwYM-BLPdBwZ-2Ofw

Hello everyone,

I just created a mega menu with this new tool and the results render amazing.

Thank you.

where did multi state boxes go?!?!? they were in my editor yesterday, and now they’re simply gone:

@jessica-cortez-kimba make sure your DevMode is on

@jonathant yup, that’s what it was… BUT then realized MULTI STATE BOX BROKE MY SITE!!! will post again in new post to not bombard this announcement post. thanks