- Form style fixes
This commit is contained in:
@@ -9,23 +9,23 @@
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<ion-content padded>
|
||||
<p class="intro">Submit your story using the following form. Nicholas may be in touch to clarify what you’ve written and he reserves the right to vet stories for accuracy and appropriateness.</p>
|
||||
<form [formGroup]="userSubmissionForm" novalidate>
|
||||
<ion-item>
|
||||
<ion-label>Upload a photo</ion-label>
|
||||
<div class="item item-block">
|
||||
<label class="">Upload a photo</label>
|
||||
<input type="file" formControlName="pic" name="pic" />
|
||||
</ion-item>
|
||||
</div>
|
||||
<ion-item>
|
||||
<ion-label>Display name</ion-label>
|
||||
<ion-label stacked>Display name</ion-label>
|
||||
<ion-input type="text" formControlName="name" name="name"></ion-input>
|
||||
</ion-item>
|
||||
<ion-item>
|
||||
<ion-label>About you</ion-label>
|
||||
<ion-label stacked>About you</ion-label>
|
||||
<ion-textarea formControlName="about" name="about"></ion-textarea>
|
||||
</ion-item>
|
||||
<ion-item>
|
||||
<ion-label>Your schtick with #gays</ion-label>
|
||||
<ion-label stacked>Your schtick with #gays</ion-label>
|
||||
<ion-textarea formControlName="messages" name="messages"></ion-textarea>
|
||||
</ion-item>
|
||||
<button ion-button type="submit" block (click)="saveUserSubmission()">Submit</button>
|
||||
|
||||
Reference in New Issue
Block a user