Add Product
@helper.form(action = routes.VariousMappings.process) {
@form.globalError.map { error =>
@error.message
}
@helper.inputText(form("main_contact.name"))
@helper.inputText(form("main_contact.email"))
@helper.inputText(form("technical_contact.name"))
@helper.inputText(form("technical_contact.email"))
}