Jump to content

Pop up Confirmation Window / Message


Recommended Posts

15 hours ago, Golferdad said:

New to Caspio - Here is my Issue

Staying on a form to make multiple submissions...but would like a solution to see a pop up confirmation message..so that the user knows their submission worked

Thanks!  :)

 

Hi Golferdad,

Welcome to the forum!

I suppose you need to show a simple alert popup message. Add header/footer to the datapage.  Disable html editor in the footer and paste the following code:

<SCRIPT LANGUAGE="JavaScript">
 function popup()
 {
alert("Thank you, information is registered");
}

 document.getElementById("caspioform").onsubmit=popup;

</SCRIPT>

 

Hope it helps :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...