I'd like to show th SAVE button in a edit form only after the CLONE button was pressed.
This ...
Code: Select all
if(nuFormType() == 'clone'){
$('#nuSaveButton').show();
}
Is there any possibility to find out if a form is in "clone mode" already?`
BR,
Oli