Support

Account

Home Forums Front-end Issues Activity on frontend form submit

Unread

Activity on frontend form submit

  • Is it a way to inform you user of upload activity ?

    With replacing the ‘submit_value’ => ‘ submit ‘, by ‘ please wait… ‘

    or an other solution ?

    i already try ‘onsubmit’=> “wait()”,

    <script>
    function wait()
    {
    $(‘.divwait’).show();

    }
    }
    </script>

    but nothing happen !

    thanks for you interest 🙂

    see you soon

Viewing 1 post (of 1 total)

The topic ‘Activity on frontend form submit’ is closed to new replies.