Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Last active August 29, 2015 14:06
Show Gist options
  • Save igmoweb/7eea6cece8a02dd8ab87 to your computer and use it in GitHub Desktop.
Save igmoweb/7eea6cece8a02dd8ab87 to your computer and use it in GitHub Desktop.
Formulario de contacto
<form action="" method="POST">
<p>
<label for="email"><?php _e( 'Email', 'ignacio' ); ?>
<input id="email" type="email" name="email" value="" />
</label>
</p>
<p>
<label for="message"><?php _e( 'Message', 'ignacio' ); ?></label>
<textarea id="message" name="message"></textarea>
</p>
<p><input type="submit" name="fictizia-send-form" value="<?php echo esc_attr( 'Send!', 'fictizia' ); ?>"/></p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment