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
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]