Page tree

Versions Compared

Key

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

function hideSaveButton(){
  AJS.$('button.save-cf-btn').hide();
}
</script>
<style>
.confiFormsFormFooterconfiFormsFordmFooter {
 display:none;
}
</style>

...

ConfiForms Form Definition
formNamef
field1=0&field2=0EmbeddedtrueINLINE


field1Field 1numbertrue

field2Field 2numbertrue

background-color:#f2f2f2;width:100px250px;sumSumread_only sum=(ZEROIFEMPTY("[entry.field1]") + ZEROIFEMPTY("[entry.field2]"))Set expressionfield1,field2

*Hide container.confiFormsFormFooter

...