# Information

# Forms

Forms are useful for making your command look nicer and easier to use, you can send a form to a player using the sendForm() function, to be able to successfully send a form to a player, you'll need to pass an array which contains the data of the form to the second parameter of sendForm(). There are currently 3 types of forms, the form, custom_form, and modal, each one of them has different array structures from the other ones

ON THIS PAGE