DMXzone Server Connect Support Product Page
confirm on a delete action in a repeating list
Asked 04 Apr 2018 07:49:00
2
have this question
04 Apr 2018 07:49:00 Dik Hendriks posted:
On a App Connect enabled page i have list of items from a database and a delete button after each item.I want to show a confirm message when the delete button is clicked, any idea how to solve this?
Replies
Replied 11 May 2018 23:59:07
11 May 2018 23:59:07 Rokon UL Haque replied:
Hello
<button class="btn btn-danger" type="submit" onclick="return confirm('Are you sure you want to delete this item?');" ></button>
<button class="btn btn-danger" type="submit" onclick="return confirm('Are you sure you want to delete this item?');" ></button>