# Create New Elements **POST /profiles/{profile_id}/pages/{page_id}/elements** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **page_id** (number) id of the page ### Body: application/json (object) - **attachment_link** (string) - **client_validation** (string) - **condition_value** (string) - **data_size** (number) - **data_type** (number) - **default_value** (string) - **description** (string) - **dynamic_label** (string) - **dynamic_value** (string) - **high_value** (number) - **is_action** (boolean) - **is_disabled** (boolean) - **is_encrypt** (boolean) - **is_hide_typing** (boolean) - **is_readonly** (boolean) - **is_required** (boolean) - **keyboard_type** (number) - **label** (string) - **low_value** (number) - **name** (string) - **optionlist_id** (number) - **reference_id_1** (string) - **smart_tbl_search** (string) - **smart_tbl_search_col** (string) - **sort_order** (number) - **validation_message** (string) - **weighted_score** (number) - **widget_type** (string) ## Responses ### 201 Created #### Body: application/json (object) - **id** (number) the created element id [Powered by Bump.sh](https://bump.sh)