Hello
I need to clear the form data if a condition is met.
The code I have is the following, I need to add a line of code to delete the data from the form, since as it is, it enters a loop that blocks the form
code:
if (vRF == vRF_BD) { alert("! Ya existe una solicitud de homologación de profesor en esta temporada, con los datos introducidos ! ") ;
ff_getElementByName('vestadoforml').value= "";}
Regard