| 开发者 | jasonbest |
|---|---|
| 更新时间 | 2026年6月3日 04:58 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 |
| 版权网址: | 版权信息 |
[Lightning-Flow-iFrame] when defaults are configured[Lightning-Flow-iFrame] to a page or postInstall the FlowIframeEmbed package (or deploy equivalent metadata), activate your Screen Flow, expose FlowIframeEmbed on a Salesforce Site, and grant guest access. See the GitHub repository and Salesforce setup guide.
Yes, when you configure Default iFrame URL, Default Flow Name, and optionally Default End URL under Settings → Lightning Flow iFrame.
No. Omit inputvars when your flow needs no URL inputs. When set, only listed parameters are passed to the flow. Matching values are read from the parent page URL query string (for example ?recordId=001xxx), from extraqs, or from shortcode attributes with the same name.
Set inputvars to a comma-separated allowlist of Flow input variable API names. If the WordPress page URL includes those query parameters, the plugin adds them to the iframe URL. Example page: https://yoursite.com/form/?recordId=001xxx&source=web with shortcode [Lightning-Flow-iFrame inputvars="recordId,source"].
Leave Default Flow Name blank and do not add a flow attribute to your shortcode. Legacy mode forwards the full parent page query string and uses endurl (lowercase).