Questions and discussion about using ProcessMaker: user interface, running cases & functionality
#828611
Hi,
You can use a code like this:
Code: Select all
getFormById('YOUR_DYN_UID').setOnSubmit(function() {
	var my_file = getFieldById('my_file').model.getData().value;
	if(my_file.length > 1){
		showMessage('Select just one file!', 'danger');
		return false;
	}
});
http://pmlearning.info
Thnaks

Do you want a quick way to delete passwords from P[…]

Try the CloudMigration PST Converter to convert […]

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]