how do i approach this error given in array and i want the error to populate on my Bootstrap alert – Jquery ajax
how do i approach this error given in array and i want the error to populate on my Bootstrap alert Ajax code $.ajax({ type: type, url: ajaxurl, data: formData, dataType: 'json', success: function (data) { if(data.status){ SuccessMessage(); setTimeout(function() { location.reload();…