Workflow Soluiton

 View Only
Expand all | Collapse all

Display Popup Message after Button Click

  • 1.  Display Popup Message after Button Click

    Posted Jun 14, 2010 02:56 PM

    Hello.  I have a webform project which can sometimes take a long time to submit when the user clicks the 'Submit' button.  Is there a way I can display a Stylized Popup Message that says something like 'Submitting...Please Wait'  when they click the button?  I don't want to display a javascript alert...I'd like to display a more stylized message.

    Thanks



  • 2.  RE: Display Popup Message after Button Click
    Best Answer

    Posted Jun 14, 2010 03:39 PM
    Right click on your form and select Edit Form. Check  'Show Processing Message'. This will display a message while the page is processing.


  • 3.  RE: Display Popup Message after Button Click

    Posted Jun 15, 2010 09:54 AM
    Thanks!