diff --git a/create-a-container/views/containers/form.ejs b/create-a-container/views/containers/form.ejs index 4a4f81c4..f8a1237e 100644 --- a/create-a-container/views/containers/form.ejs +++ b/create-a-container/views/containers/form.ejs @@ -176,7 +176,6 @@ const breadcrumbLabel = isEdit ? 'Edit' : 'New'; if (this.value === 'custom') { customTemplateContainer.style.display = 'block'; customTemplateInput.required = true; - this.removeAttribute('name'); // Don't submit the select value } else if (this.value) { // Standard image selected (not empty and not custom) customTemplateContainer.style.display = 'none';