Sum of textboxes in yii2 dynamic form
问题 I'm trying to get sum of all the "Price" textboxes in another textbox "Amount". The textbox for price is ssgi_price and the textbox for Amount is ssg_amount. The intention is whenever I put some value in the Price Textbox, the sum of all price textboxes should populate in the Amount textbox. Like below image - Code of my _form looks like - <div class="container-items"><!-- widgetContainer --> <?php foreach ($modelsSellitemsg as $i => $modelSellitemsg): ?> <div class="item panel panel-default"