+ {customCreator === permissionFrom + ? `Submitting on behalf of ${customCreator} with their permission.` + : `Submitting on behalf of ${customCreator}`} +
+ {customCreator !== permissionFrom && ( ++ You are submitting this hack with permission from {permissionFrom}. +
+ )} ++ Choose whether you're creating a new hack for yourself or uploading on behalf of another creator without an account. +
++ We need to confirm that you have permission to upload this romhack on behalf of the original creator. +
++ You should be able to provide evidence of this permission if asked. +
++ This will appear on the hack's page as by {customCreator || "username"}. +
+ setCustomCreator(e.target.value)} + placeholder="Enter creator or team name" + className="w-full px-3 py-2 rounded-md border border-[var(--border)] bg-[var(--surface-1)] text-sm focus:outline-none focus:ring-2 focus:ring-[var(--accent)]" + /> ++ This will appear on the hack's page as by {permissionFrom}. +
++ You need explicit permission from the original creator in order to upload on their behalf. + Alternatively, you could ask if they are interested in creating a Hackdex account to submit their own hack. +
+- Choose whether you're creating a new hack for yourself or archiving an existing hack for preservation purposes. -
-