1、如果你用的不是最新版本:

\phpcms\modules\formguide\index.php  11 行

$this->siteid = get_siteid();---->

$this->siteid = intval($_GET[siteid]) ? intval($_GET[siteid]) : get_siteid();

2、\phpcms\template\formguide\show_js.html

action=”{APP_PATH}index.php?m=formguide&c=index&a=show&formid={$formid}”

后添加:&siteid={$_GET[‘siteid’]}

作者 龙飞