Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>
function showSaveButton(){
  alert('show');
}

function hideSaveButton(){
  alert('hide');
}

</script>
ConfiForms Form Definition
formNamef
true

 

messageWrite your messagetextarea

confirmConfirmcheckbox

confirm:trueshowSaveButton();Run custom JavaScriptconfirm

confirm:falsehideSaveButton();Run custom JavaScriptconfirm