內容簡介
這個外掛可以創建一個簡單的聯繫表單,並將數據保存到數據庫中。從1.6版本開始,可以為Google Analytics設置目標。當用戶提交表單時,目標就會實現。提交是使用伺服器/後端,而不是AJAX。
這個外掛提供了一個簡單的反垃圾郵件檢查。由於垃圾郵件自動填充表單(而且不使用CSS),如果“陷阱”字段被填充,那麼就會是垃圾郵件提交。
鳴謝:
- 靈感來自 https://www.sitepoint.com/build-your-own-wordpress-contact-form-plugin-in-5-minutes/
- 使用了 Simple Server Side Analytics (from https://github.com/dancameron/server-side-google-analytics)
- 使用了 Bootstrap 的 CSS alert。
- 使用了 Facebook SDK 的自動載入。
在頁面中插入以下短碼:[simplest_form_sf]
用法
創建一個新頁面,並插入短碼[simplest_form_sf]。進入設置並設置數據。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin create a simple contact form, with database save. From 1.6 version, it is possible to set a goal for Google Analytics. When user submit form, goal is reached. Submit is server/server side, not AJAX.
Is there a simple antispam check. Because spammers fill the forms automatically (and without CSS), if the “trap” field is filled, we have a spam submit.
Credits:
– Inspired by https://www.sitepoint.com/build-your-own-wordpress-contact-form-plugin-in-5-minutes/
– Simple Server Side Analytics (from https://github.com/dancameron/server-side-google-analytics)
– Bootstrap for CSS alert.
– Facebook SDK for autoload
Insert following shortcode in page: [simplest_form_sf]
Usage
Create new page and insert shortcode [simplest_form_sf]. Go to settings and set up the data.
