• Custom error message not working in create.js

    Hello All, I am trying this way to display a custom error message ({ extendsFrom: 'CreateView', initialize: function (options) { this._super('initialize', [options]); app.error.errorName2Keys['custom_message'] = 'THIS IS MY CUSTOME MESSAGE'; //add validation…
  • Number field Validation

    I have been working on textfield validation and received good professional help in this community. I am grateful how helpful the members are in here. I would like to ask a quick question. I used a PHP debugger and the php aspect works fine, I just needed…