I'm trying to make a form where I have 2 radio buttons if I check one of them a form will appear and if I check the other one another form will appear and I want this to happen on the same page. I want these two buttons to open each one of them in a different form.
<div class="mb-4">
<a-radio-group
>
<a-radio value="pm">PersonneM</a-radio>
<a-radio value="pp">PersonneP</a-radio>
</a-radio-group>
</div>