Myo Win Thein

Results 2 comments of Myo Win Thein

Only initiate multiple form builder instance with promise & recursive function. Check example here. https://github.com/kevinchappell/formBuilder/issues/965#issuecomment-526204831

Sure, here is the sample of my usage. ### Initiate Multiple Instances ```javascript let formIDs = ['#form1', '#form2'] let fbInstances = [] let options = [............] let init = function(i)...