Posts by Catarina Nunes • 13 points
1 post
-
1
votes2
answers613
viewsQ: Calling a function after validating a form in Bootstrap
I am trying to do an exercise which consists of displaying values after the user provides the correct data in a form. I tried to use <form class="needs-validation" onsubmit="calcular()"…