Integrate form in zoho campaign
As a developer, I am currently facing challenges while integrating the Zoho campaign form into my React app. There are two methods for integrating external HTML: using JSX and dangerouslySetInnerHTML. However, despite trying both approaches, I have not been able to achieve the desired outcome.
Although it appears to work, no data are recorded in Zoho. Here are some screenshots:

The response was successful, but the information is not currently displayed in the dashboard.
I've noticed that the form only functions properly when placed in the index.html. However, this disrupts the layout and causes it to display on every page without any control.