Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Contact Form

Featured Replies

Hey

 

I am sorting my contact form and when i try to send it, it comes up with "No JSON response after 5 seconds. Please refresh."

 

any ideas my tags are

 

<script src="js/jquery.1.7.1.min.js" type="text/javascript"></script>
<script src="js/contact_form.min.js" type="text/javascript"></script>
<script type="text/javascript">
 $(document).ready(function(){
   $("#contact_form-form").contactify({
  loadingImage: '/img/loading.gif',
  scriptUrl: '/contact.php'
   });
 });
</script>

 

html is

 

<div id="contact_form">

   <form action="contact.php" id="contact_form-form" method="get">
   <fieldset>
  <div>
    <label><span class="required">*</span> Name:</label>
    <input type="text" name="name" class="text" title="Your Name" value="">
    <br class="clear">
  </div>
  <div>
    <label><span class="required">*</span> Email:</label>
    <input type="text" name="email" class="text" title="Your Email" value="">
    <br class="clear">
  </div>
  <div>
    <label><span class="required">*</span> Phone:</label>
    <input type="text" name="phone" class="text" title="Your Phone" value="">
    <br class="clear">
  </div>
  <div>
    <label><span class="required">*</span> Your Comment:</label>
    <textarea name="comment" id="contact_form-comment" title="Your Comment..."></textarea>
    <br class="clear">
  </div>
  <div>
    <label><span class="required">*</span> Human Test: 2 + 3 =</label>
    <input type="text" name="antispam" class="short text" title="Answer to question">
    <br class="clear">
  </div>
  <div>
    <input type="submit" value="Submit" title="Submit" class="submit" id="contact_form-submit">
    <br class="clear">
  </div>
   </fieldset>
 </form>

</div>

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.