Hello All,
We are trying to build complex HTML webform view with the help of React JS framework. The html file and respective JS files are getting generated but due to JSX code structure all HTML sections are only gets available when form gets open and due to that our form doesnt recognize the ajax methods and form tags used with form template. tried to call a requesthandler using ajax method but it does not work but if i build HTML code and JS function then it works.
Can somebody please confirm if we should use ReactJS framework in first place to generate the HTML file ?
Regards
Abhinav Jain