> For the complete documentation index, see [llms.txt](https://support.formjoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.formjoy.com/make-question-required.md).

# Make question required

To do this, you will need to add some custom code to FormJoy's in-built javascript editor. See the page above for instructions on how to access this tool.&#x20;

Then, for any question type except for multiselect checkboxes, add this code to the Javascript editor:

$("\[data-question-slug='`QUESTION_SLUG`']").prop("required", true);

Just replace `QUESTION_SLUG` above with the slug of your question - keep all of the inverted commas and brackets. See the below example to make a question with slug `text_question_2` required.

![](/files/-MI90aUvHoMm4Uznl7qI)
