Computation from separate repeater
How to get the total of the inputtext value from separate repeater?
Solution:Jump to solution
```php
Repeater::make('repeater')
->schema([...]),
Placeholder::make('total')...
8 Replies
up
Hello. My problem is I want to sum the
Total Amount of all repeaters and put it into inputtext or placeholder. can you guide me regarding of my problem ?
Solution
Could be better I think
Thanks. I will try this,
I got an error,
copy my example
Thank you very much. your code works π