Skip to content

Commit

Permalink
Update examples.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wredmansola authored Mar 7, 2021
1 parent 6914099 commit fbe15eb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/pages/contact/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export default class Index extends React.Component {
<section className="section">
<div className="container">
<div className="content">
<h1>Hi people</h1>
<h1>Request Us</h1>
<p>
This is an example site integrating Netlify’s form handling with
This is an example site integrating Digital jet form handling with
Gatsby
</p>
<ul>
Expand All @@ -26,18 +26,13 @@ export default class Index extends React.Component {
<h2>Troubleshooting</h2>
<h3>Forms stop working after upgrading to Gatsby v2</h3>
<p>
This can be caused by the offline-plugin.{' '}
<a href="https://github.com/gatsbyjs/gatsby/issues/7997#issuecomment-419749232">
Workaround
</a>{' '}
is to use <code>?no-cache=1</code> in the POST url to prevent
the service worker from handling form submissions
</p>
<h3>Adding reCAPTCHA</h3>
<p>
If you are planning to add reCAPTCHA please go to{' '}
<a href="https://github.com/imorente/gatsby-netlify-form-example">
imorente/gatsby-netlify-form-example
its always be an great to work with you. Regards Admin!
</a>{' '}
for a working example.
</p>
Expand Down

0 comments on commit fbe15eb

Please sign in to comment.