Hi arpang16406580, Here is the sample Custom Xtype named SevenFields which has two fields in it. //custom xtype code CQ.Ext.form.SevenField = CQ.Ext.extend(CQ.Ext.form.Field, { msWidth : 170, msHeight : 170, hideNavIcons : false, /** * @cfg {String} fromData Json text for fromData */ dis...