Reorder form components /contact/
This commit is contained in:
parent
f939621338
commit
0524bf3a3c
1 changed files with 5 additions and 4 deletions
|
|
@ -14,14 +14,15 @@ export default ({ page, siteTitle }) => (
|
|||
<div className='Section thin'>
|
||||
<div className='Container'>
|
||||
<Content source={page.content} />
|
||||
<h3>{'<EnquiryFormSimple />'}</h3>
|
||||
<EnquiryFormSimple name='Simple Form' />
|
||||
<br />
|
||||
<h3>{'<EnquiryFormSimpleAjax />'}</h3>
|
||||
<EnquiryFormSimpleAjax name='Simple Form Ajax' />
|
||||
<br />
|
||||
<h3>{'<EnquiryFormControlled />'}</h3>
|
||||
<EnquiryFormControlled siteTitle={siteTitle} name={'Controlled Form'} />
|
||||
<br />
|
||||
<h3>{'<EnquiryFormSimpleAjax />'}</h3>
|
||||
<EnquiryFormSimple siteTitle={siteTitle} name='Simple Form' />
|
||||
<h3>{'<EnquiryFormSimpleAjax />'}</h3>
|
||||
<EnquiryFormSimpleAjax siteTitle={siteTitle} name='Simple Form Ajax' />
|
||||
<em>Note: these will only work when deployed on Netlify</em>
|
||||
<br />
|
||||
<em>Also, they are active and I will receive submissions</em> 😉
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue