Problem with openinng form on mac

Have a simple form , good working on windows, and have some macs in company, that give error:


the form code :
window.fd=fd fd.spRendered(function() { $('.sysfields').hide(); fd.toolbar.buttons[0].style = "display: none;"; function changeTitle(){ fd.field('Title').value= fd.field('Evaluat').value.DisplayText+'/'+fd.field('Evaluator').value.DisplayText } fd.field('Evaluator').$on('change',changeTitle) fd.field('Evaluat').$on('change',changeTitle) });

the button code :slight_smile:
fd.field('IDWorkflow').value="Transmis"; return fd.save();

Hello @ixxxl,

Please share the network and console logs when the issue occurs. Please find instructions here:

1 Like

thanks, resolved the issue, there was a problem in permissions. the mac it's not the issue in this case.

1 Like