Skip to content

Instantly share code, notes, and snippets.

@reiji1020
Created August 23, 2020 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reiji1020/8a52ad5eb4db7b744c6fc44a6cf4862e to your computer and use it in GitHub Desktop.
Save reiji1020/8a52ad5eb4db7b744c6fc44a6cf4862e to your computer and use it in GitHub Desktop.
Netlify Sample 2
<div className={classes.paper}>
<h2 id="transition-modal-title">メッセージを送る</h2>
<form method="post">
<input type="hidden" name="form-name" value="message" />
<div style={{ display: 'none' }}>
<input name="bot-field" />
</div>
<TextField
id="message"
label="Message"
name="message"
color="primaly"
defaultValue="もふもふ"
/>
<Button type="submit" variant="contained" color="primary">
送信
</Button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment