prinswebdevelopment
prinswebdevelopment
When using a inside another subform (i.e. nested subforms), and setting min="1" on the nested subform, Joomla renders one default entry during form load. However, at that point, the outer...
To support min="1" in nested subforms without breaking field names, you can add the following code after this.fixUniqueAttributes(row, count); inside the addRow() method: // Replace placeholder index 'X' in name...
It’s not that complicated. Create a component with a form that contains a subform. In the component’s model, implement the preprocessForm() method. Modify the subform there by loading it via...