Forum Discussion
AnnamalaiP
4 years agoCommunity Member
Standalone html file call from any label or button
Is it possible to call standalone html file from last page of the course.
hazelB
4 years agoStaff
Hi Annamalai!
Looks like you want to upload an .html file that isn't hosted somewhere on the web. Rise does not have this functionality.
What I can suggest is to host the file on a web server, you can try embedding it using this iFrame code:
<iframe src="Insert Your URL to the HTML file here"></iframe>