Àpèjúwe
This plugin will validate fields, send via. AJAX and optionally post the ICAAL Customer Dashboard.
All configuration is done using PHP constants in the wp-config.php file.
Ìgbéwọlẹ̀
Installing and setting up the plugin is easy, just follow these three steps:
- Upload the plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Open your
wp-config.phpfile and add the linedefine('ICAAL_TO_ADDRESS', 'YOUR_EMAIL');, obviously replacing the value with your desired email
There are several options you can customise via. the wp-config.php file:
- Add
define('ICAAL_API_KEY', 'YOUR_API_KEY');replacing the value with the customerÌtumọ̀ Yorùbá: ’s ICAAL Dashboard API Key - Add
define('ICAAL_FROM_ADDRESS', 'YOUR_FROM_ADDRESS');, replacing the value with the from email address, this will default tono-reply@icaal.co.uk - Add
define('ICAAL_FROM_NAME', 'YOUR_FROM_NAME');, replacing the value with the from name in the email header, this will default to the website name
The plugin will automatically load a .js script which will validate and submit the forms for you.
All you need to do is add .icaal-contact-form to the form. The only required field is <input name="email">.
You may also specify other required fields by adding a hidden field <input type="hidden" name="required" value="first_name, last_name">
FAQ
- Installation Instructions
-
Installing and setting up the plugin is easy, just follow these three steps:
- Upload the plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Open your
wp-config.phpfile and add the linedefine('ICAAL_TO_ADDRESS', 'YOUR_EMAIL');, obviously replacing the value with your desired email
There are several options you can customise via. the
wp-config.phpfile:- Add
define('ICAAL_API_KEY', 'YOUR_API_KEY');replacing the value with the customerÌtumọ̀ Yorùbá: ’s ICAAL Dashboard API Key - Add
define('ICAAL_FROM_ADDRESS', 'YOUR_FROM_ADDRESS');, replacing the value with the from email address, this will default tono-reply@icaal.co.uk - Add
define('ICAAL_FROM_NAME', 'YOUR_FROM_NAME');, replacing the value with the from name in the email header, this will default to the website name
The plugin will automatically load a
.jsscript which will validate and submit the forms for you.All you need to do is add
.icaal-contact-formto the form. The only required field is<input name="email">.You may also specify other required fields by adding a hidden field
<input type="hidden" name="required" value="first_name, last_name"> - Upload the plugin to the
Àwọn àgbéyẹ̀wò
Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.
Àwọn Olùkópa & Olùgbéejáde
“ICAAL Contact Form” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “ICAAL Contact Form” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
1.3.3
Improvements
- Phone number Ìtumọ̀ Yorùbá: – Automatically validate phone number fields
1.3.2
Improvements
- To address Ìtumọ̀ Yorùbá: – Allow hidden field to specify to address
1.3.1
Bugfixes
- Google Analytics Ìtumọ̀ Yorùbá: – Fix analytics events
1.3.0
Improvements
- Google Analytics Ìtumọ̀ Yorùbá: – The contact form will now automatically send Google Analytics events with each successful enquiry. The event category is
Enquiryand the action issubmit
1.2.0
Improvements
- JS Ìtumọ̀ Yorùbá: – There are now two callback functions you can use to do something on success or failure:
icaal_contact_form_success(),icaal_contact_form_failure(errors)
1.1.2
Bugfixes
- API Ìtumọ̀ Yorùbá: – Fix JSON send
1.1.1
Bugfixes
- API Ìtumọ̀ Yorùbá: – Fix API URL
1.1.0
Improvements
- API Ìtumọ̀ Yorùbá: – The plugin will now automatically post all form data from contact form 7 to the ICAAL Dashboard
1.0.1
Bugfixes
- API Ìtumọ̀ Yorùbá: – Fix the ICAAL Dashboard API integration