Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script>
function showSaveButton(){
  AJS.$('.mybutton.save-create-dialog-create-buttoncf-btn').show();
}

function hideSaveButton(){
  AJS.$('button.mysave-create-dialog-create-buttoncf-btn').hide();
}
</script>
ConfiForms Form Definition
formNamef
true

 

messageWrite your messagetextarea

confirmConfirmcheckbox

confirm:trueshowSaveButton();Run custom JavaScriptconfirm

confirm:falsehideSaveButton();Run custom JavaScriptconfirm