# Create a question for a section **POST /api/v1/form/{form_uuid}/question** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **form_uuid** (string) ### Body: application/json (object) - **type** (string) The type of the question - **required** (boolean) Whether the question is required or not - **title** (string) The title of the question - **help_text** (string) Input placeholder - **caption** (string) User friendly description of what should be input - **position** (integer) The position of the question in the section. - **selection_options** (array) The selection options for the question IF the question is of type selection. - **section_uuid** (string(uuid)) The uuid of the section to move the question to. - **target_field** (string) The field to update if the question is filled in - **linked_question_field** (string) Create a question from a linked field, with this, the type and selection options can be ignored - **linked_primary** (boolean) If this is a contact detail or address field, should it be made primary? ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **section** (object) The section this question belongs to - **title** (string) The title of the question - **help_text** (string) Input placeholder text - **caption** (string) Text to describe the input - **type** (string) The type of question - **required** (boolean) Whether the question is required - **position** (integer) The position of the question in the section - **selection_options** (array[string]) The options for selection questions - **target_field** (string) The field to update upon question completion - **key** (string) The key to use when updating the target field - **linked_question** (object) the linked form question - **linked_primary** (boolean) Will the this linked field become a primary Address/Phone Number/Email Address [Powered by Bump.sh](https://bump.sh)