Skip to content

Commit

Permalink
Materialize CSS🌈 [18.- Guardar datos de nuestro Formularios]
Browse files Browse the repository at this point in the history
  • Loading branch information
programadornovato committed Aug 18, 2019
1 parent 1d1a932 commit f9de96b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<body>
<div class='container section'>
<div class="row card-panel">
<!--
<form class="col s12">
<div class="input-field col s6">
<label for="nombre">Ingresa tu nombre</label>
Expand All @@ -33,6 +34,27 @@
<i class="material-icons right">send</i>
</button>
</form>
-->

<form class="simple_form form form-vertical col s12" novalidate="novalidate" id="new_subscriber" action="https://programadornovato.ipzmarketing.com/f/Inuiz2vsoMc" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="&#x2713;" />

<div class="form-group email required subscriber_email input-field col s6">
<i class="material-icons prefix">alternate_email</i>
<label class="control-label email required" for="subscriber_email"><abbr title="Requerido"> </abbr> Email</label>
<input class="form-control string email required" type="email" name="subscriber[email]" id="subscriber_email" />
</div>

<div class="form-group string optional subscriber_name input-field col s6">
<label class="control-label string optional" for="subscriber_name">Nombre</label>
<input class="form-control string optional" type="text" name="subscriber[name]" id="subscriber_name" />
</div>

<input type="text" name="anotheremail" id="anotheremail" style="position: absolute; left: -5000px" tabindex="-1" autocomplete="off" />
<div class="submit-wrapper">
<input type="submit" name="commit" value="Enviar" class="btn btn-primary" data-disable-with="Procesando" />
</div>
</form>

</div>
</div>
<!-- Compiled and minified JavaScript -->
Expand Down

0 comments on commit f9de96b

Please sign in to comment.