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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.formjoy.com/make-question-required.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
