• Hi All,

    I’ve created new page with form in wordpress admin. I need to add confirm message with javascript on the hyperlink in the form.

    Do you know how to do that ?

    Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter 1krom

    (@1krom)

    The hyperlink like this in html

    <a href="delete.php?id=<?php echo $dt['code']; ?>" onClick="return confirmDelete();">Delete</a>

Viewing 1 replies (of 1 total)
  • The topic ‘How to add confirm message on admin page form’ is closed to new replies.