Non-required slot with Forms

I’m just wondering if it’s possible to ask the user for a slot that’s not required? So they can say “No I don’t want to give my email”, and it will just ask for the other information, or will this have to be done outside of the form action.

yes, you can add if statements in required_slots(...) method based on tracker and filled slots so far