mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[DOCS]: Passing inputs to the Embedded App (Using the <iframe> Tag) #253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlaisw on GitHub (Oct 22, 2025).
Type of Documentation Change
Error/Typo fix
Documentation Page URL or Path
https://docs.dify.ai/en/guides/application-publishing/embedding-in-websites#using-the-%3Ciframe%3E-tag-2
Current Content
I already setup a self hosted Dify on Linux and setup a sub directory "static" on Dify host server for saving html files for nginx proxy, i want to pass a user's email address to a chatflow app, like : http://10.161.121.22/static/example6.html?user_email=test@abc.com
i can open the chatflow app in my web browser and verified the email address able to pass to the browser through the below javascript
But chatflow cannot read the user's email {{user_email}} variable
<html lang="en"> <head> <style> html,body{height:100%;margin:0;font-family:Arial,Helvetica,sans-serif} #hdr{background:#1c64f2;color:#fff;padding:.6rem 1rem;font-size:1rem} iframe{width:100%;height:calc(100% - 2.5rem);border:0} </style> </head>Suggested Changes
provide a solution to fix my problem and show me how to setup in Dify
Reason for Change
No response
Code of Conduct
@dosubot[bot] commented on GitHub (Nov 2, 2025):
Hi, @rlaisw. I'm Dosu, and I'm helping the dify-docs team manage their backlog and am marking this issue as stale.
Issue Summary:
{{user_email}}variable to a Dify chatflow app embedded via iframe.Next Steps:
Thank you for your understanding and contribution!