Skip to content

Commit

Permalink
option to copy submitters is no longer optional (no thanks to Zapier'…
Browse files Browse the repository at this point in the history
…s subscription costs!)
  • Loading branch information
DaveTrost committed Apr 13, 2020
1 parent ce12fc6 commit bc9d774
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@ const ContactForm = ({isDisplayed, handleClose}: IContactForm) => {
</div>
<div className='row justify-content-center'>
<div className='col-sm-8'>
<div className='form-check bumpUpward'>
<input
className='form-check-input'
id='copy-submitter'
name='copy-submitter'
type='checkbox'
/>
<label className='form-check-label' htmlFor='copy-submitter'>
Send me a copy
</label>
</div>
<input
className='btn btn-send contactSubmitButton'
type='submit'
Expand Down

0 comments on commit bc9d774

Please sign in to comment.