# 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.

![](https://56006180-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MI11dITk91hmGgkKYdT%2F-MI90U7PUn9c4Yecvwx7%2F-MI90aUvHoMm4Uznl7qI%2FScreen%20Shot%202020-09-26%20at%208.47.20%20PM.png?alt=media\&token=66f7ff20-9ad5-4129-b16d-3b2777887307)
