mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-12 11:28:58 -05:00
7504c47fc1
Fixes FORMBRICKS-TQ The script content was being assigned to textContent instead of being executed, preventing the window.formbricksSurveys object from being initialized. Changed to use indirect eval pattern to execute the script content in the global scope, ensuring proper initialization.