Golferdad Posted September 22, 2016 Report Share Posted September 22, 2016 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! Quote Link to comment Share on other sites More sharing options...
Mathilda Posted September 23, 2016 Report Share Posted September 23, 2016 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 Quote Link to comment Share on other sites More sharing options...
Golferdad Posted September 23, 2016 Author Report Share Posted September 23, 2016 OMG Thank you Thank You Thank you works perfectly Quote Link to comment Share on other sites More sharing options...
Mathilda Posted September 27, 2016 Report Share Posted September 27, 2016 On 9/24/2016 at 1:48 AM, Golferdad said: OMG Thank you Thank You Thank you works perfectly You are welcome! I'm glad that it helped Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.