My uplink script generates report in html. I want that html to inject in an anvil’s form.
Is there any built in anvil function to achieve that? or I need to write a java script function.
If you create a Custom HTML form you can drag that form onto another form. Then in Python code you can set the .html property of the custom HTML component.
3 Likes
Just adding the usual warning about injecting HTML into your app:
3 Likes