Posts by Rodrigo Vinicius • 111 points
1 post
-
1
votes3
answers59
viewsA: Repeat fields according to dropdown number
You can use Jquery and create according to the ids and classes. Here’s an example for you to test according to your needs. $('#valores5').change(function() { let valores5 = $('#valores5').val()…