Auto refresh a page after 15 sec.

  • brssi_chat
    Asked on December 12, 2014 at 12:23 AM

    Hi;

    http://www.jotform.me/brssi_chat/Forum

    I have tried to make a Forum cum chat box in this page. But the main problem is RELOADING. Is it possible to reload this page in every 15sec to view current updates?

    You can make an entry for your Checking purpose in this forum.

  • brssi_chat
    Replied on December 12, 2014 at 5:38 AM

    Hi;

    Recently I have faced another problem with this form.

    I do not know why this form is not working from MOBILE PHONE. When I provide input from mobile and click on the POST button then it is not submitted and Responses is not show in the submission list.

    And also some time(it is not always) when I try to use this form from the computer then this same problem occur.

    Please detect the problem.

    Thank you...

     

  • Charlie
    Replied on December 12, 2014 at 10:04 AM

    Hi,

    If you would like to reload or refresh the page, you can do this by using a javascript code, a sample would be this.

    $(document).ready(function () {

    setInterval(function() {

    $("#content").load("http://your-website-url/form); }, 5000);

    }); 

    But you will need to incorporate this on a website where your form is embedded. Other than that, if you want to automatically reload or refresh the form link itself, I believe it is not possible right now.

     

    For your other question, I've created a separate thread so that we can focus on one topic per forum post, please refer to this link for an update regarding your second concern. 

    I hope this helps. Let us know if you need further assistance on this.

    Thank you.