mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
7 lines
368 B
PHP
7 lines
368 B
PHP
<form id="subscription-form" action="#" method="POST" accept-charset="UTF-8">
|
|
<div class="notification"></div>
|
|
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
|
|
<input type="text" name="email" placeholder="Email" />
|
|
<input type="text" name="name" placeholder="Name" />
|
|
<input type="submit" name="submit" value="Subscribe" />
|
|
</form>
|