內容簡介
從15版本開始,cformsII 不再支援內建的追蹤資料庫。不過,它仍然可以讓各種不同的外掛程式處理驗證通過的表單提交。這個外掛程式透過這種機制實現了舊版的追蹤資料庫提交功能,但不會新增任何新功能,例如不會提供任何使用者介面。
您必須透過任何 MySQL 軟體進行直接的資料庫存取以查看數據,或使用非官方 CForms II 表格顯示外掛 透過簡碼在任何頁面上查看追蹤資料庫。
追蹤資料庫涉及到兩個表格:“cformssubmissions”和“cformsdata”,它們的前綴是WordPress安裝預設的 “wp_”。
外掛標籤
開發者團隊
原文外掛簡介
Beginning with version 15 cformsII does not have built-in Tracking Database support anymore. However it allows for arbitrary plugins to process the validated form submissions. This plugin implements the old tracking database submission feature via this mechanism, but it will not have any new features. E.g. there will not be any user interface.
You will have to rely on direct database access via any MySQL software to view the data or you can use the Unofficial CForms II table display to view the tracking database on any page via Shortcodes.
There are two tables involved in the Tracking DB: “cformssubmissions” and “cformsdata”, which are prefixed by the wordpress installation prefix that is “wp_” by default.
