Search the Community
Showing results for tags 'alert'.
-
i have a flow of registration forms with an 'exit' url on each page, which allows the users to exit before the full registration is complete. before following the click URL, i want an 'are you sure' confirmation message to be displayed to the user. if 'yes' then the click URL would be loaded; if 'no' then nothing would happen. i have the following html/jquery code in the footer of forms that are part of the registration process: <a class="exits" href="https://c1dcs255.caspio.com/dp/0db19000a392125dc37d41b6a8ab">exit</a> <script type="text/javascript"> $(
- 3 replies
-
- alert
- confirmation
-
(and 1 more)
Tagged with:
-
I have used the forum to get to this point so you may have seen some of my code that I grabbed from other posts. I have a single record update form, where I only want them to be able to select the update button if all of the fields are marked as 'complete'. It should be known that all of the 'complete' or 'missing data' fields are formulas in the table, however, I am referencing virtual fields in my code that are set to the formula fields. The url to my form is here: https://c5amf675.caspio.com/dp/32576000f879393a309d4a97b1bd My code for checking the virtual field values is here:
-
- javascript
- onclick
-
(and 3 more)
Tagged with:
-
Caspio minds I have an app that has a javascript validation in the footer of a submission form. It basically prevents someone from making reservations on previous dates. It's something like: if (newdate < newtoday ) { alert("Choose a future date."); } It works fine. However, I just found out that after 3 consecutives tries, the alert message box will come up with a checkbox with this option: "prevent this page from creating additional dialogs" If the user choose to prevent addtional dialogs, this system will bypass my code, and the user will be ab
-
Hello, Recently Inline Delete has stopped working because the confirmation popup doesn't escape the iframe from which it originates, so confirming a delete request is no longer possible. Please see attached image => Can anybody think of a way to fix this? Thanks!
- 3 replies
-
- delete confirmation
- alert
-
(and 1 more)
Tagged with: