Improve application form
This commit is contained in:
parent
437791b581
commit
8a2cb7fb1f
@ -22,9 +22,11 @@
|
|||||||
link to check the status of your application, and if everything is approved, you'll also
|
link to check the status of your application, and if everything is approved, you'll also
|
||||||
receive your registration token there." />
|
receive your registration token there." />
|
||||||
|
|
||||||
<flux:textarea wire:model="message" label="Why do you want to join?" placeholder="Cunny 😭" />
|
<flux:textarea wire:model="message" label="Why do you want to join? (max. 500 characters)"
|
||||||
|
placeholder="Cunny 😭" />
|
||||||
|
|
||||||
<flux:input type="file" wire:model="photos" label="Loli Photos (max. 8MB)" multiple />
|
<flux:input type="file" wire:model="photos" label="Loli Photos (max. 6 files, max. 8MB per file)"
|
||||||
|
multiple />
|
||||||
|
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
@ -34,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<flux:button wire:click="submit">Submit Application</flux:button>
|
<flux:button class="w-full" variant="primary" wire:click="submit">Submit Application</flux:button>
|
||||||
</form>
|
</form>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user