show SAVE Button only after the CLONE button was pressed
Posted: Mon May 10, 2021 5:35 pm
HI,
I'd like to show th SAVE button in a edit form only after the CLONE button was pressed.
This ...
... is not working.
Is there any possibility to find out if a form is in "clone mode" already?`
BR,
Oli
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