The Flottform Extension currently works as expected when receiving and attaching text to input fields on the local demo page. However, when attempting to perform the same action on external pages (e.g., w3schools), a CORS error is encountered. Although the extension can detect input fields on these pages, it fails to send text due to CORS restrictions.
Resolving this will allow the extension to function across different websites, enhancing its utility beyond local development environments.
Links / References
Tasks / Definition of Done
[ ] Identify feasible workarounds or permissions to avoid CORS error
[ ] Test the extension on a variety of external pages to confirm compatibility and CORS compliance.
Further information
Improving CORS compatibility will expand the extension’s usability. Ensure that any solutions respect security constraints while providing seamless integration across websites.
Description
The Flottform Extension currently works as expected when receiving and attaching text to input fields on the local demo page. However, when attempting to perform the same action on external pages (e.g., w3schools), a CORS error is encountered. Although the extension can detect input fields on these pages, it fails to send text due to CORS restrictions.
Resolving this will allow the extension to function across different websites, enhancing its utility beyond local development environments.
Links / References
Tasks / Definition of Done
Further information
Improving CORS compatibility will expand the extension’s usability. Ensure that any solutions respect security constraints while providing seamless integration across websites.