const message = `Partnership Application submitted at ${new Date().toLocaleDateString()} ${new Date().toLocaleTimeString()}.\n\n**Email:** ${document.getElementById("email").value}\n**Discord:** ${document.getElementById("username").value}\n**What position do you hold within your group?:** ${document.getElementById("groupposition").value}\n**Why do you want to behold a partnership with Matrix?:** ${document.getElementById("partnershipreason").value}\n**Do you have any interests with Matrix?:** ${document.getElementById("matrixinterests").value}\n**What are the benefits for Matrix to have you as a partner?:** ${document.getElementById("partnershipbenefits").value}\n**Does your group have any requirements for a partnership with another group? If your group doesn't have any requirements, then skip this question:** ${document.getElementById("partneredgrouprequirements").value || "N/A"}\n**Are you interested in a career within Matrix?:** ${document.getElementById("matrixcareerinterests").value}\n**Any questions?:** ${document.getElementById("questions").value || "N/A"}`;
0 commit comments