diff --git a/static/js/settings_profile_fields.js b/static/js/settings_profile_fields.js index eaa5f576fa..1bdcb7f616 100644 --- a/static/js/settings_profile_fields.js +++ b/static/js/settings_profile_fields.js @@ -233,6 +233,7 @@ function open_custom_profile_field_form_modal() { } dialog_widget.launch({ + form_id: "add-new-custom-profile-field-form", help_link: "/help/add-custom-profile-fields", html_heading: $t_html({defaultMessage: "Add a new custom profile field"}), html_body, diff --git a/static/templates/settings/add_new_custom_profile_field_form.hbs b/static/templates/settings/add_new_custom_profile_field_form.hbs index e88e3d1ece..918e907a45 100644 --- a/static/templates/settings/add_new_custom_profile_field_form.hbs +++ b/static/templates/settings/add_new_custom_profile_field_form.hbs @@ -1,4 +1,4 @@ -
+