Add game website URL input to suggest form
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
<div class="stack horizontal">
|
<div class="stack horizontal">
|
||||||
<input name="screenshotUrl" maxlength="2048" placeholder="Screenshot URL" />
|
<input name="screenshotUrl" maxlength="2048" placeholder="Screenshot URL" />
|
||||||
<input name="youtubeUrl" maxlength="2048" placeholder="YouTube URL" />
|
<input name="youtubeUrl" maxlength="2048" placeholder="YouTube URL" />
|
||||||
|
<input name="gameUrl" maxlength="2048" placeholder="Game website URL" />
|
||||||
</div>
|
</div>
|
||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user