{"id":54505,"date":"2017-02-20T13:00:46","date_gmt":"2017-02-20T13:00:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/icaal-contact-form\/"},"modified":"2017-06-07T15:10:31","modified_gmt":"2017-06-07T15:10:31","slug":"icaal-contact-form","status":"publish","type":"plugin","link":"https:\/\/es-mx.wordpress.org\/plugins\/icaal-contact-form\/","author":14114714,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.3","stable_tag":"1.3.3","tested":"4.7.33","requires":"4.7.0","requires_php":"","requires_plugins":"","header_name":"ICAAL Contact Form","header_author":"ICAAL","header_description":"","assets_banners_color":"","last_updated":"2017-06-07 15:10:31","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.icaal.co.uk","header_plugin_uri":"https:\/\/www.icaal.co.uk\/plugins\/icaal-contact-form","header_author_uri":"https:\/\/www.icaal.co.uk","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1675,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.1.0","1.1.1","1.1.2","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[360,361,75186],"plugin_category":[42],"plugin_contributors":[96612],"plugin_business_model":[],"class_list":["post-54505","plugin","type-plugin","status-publish","hentry","plugin_tags-contact","plugin_tags-form","plugin_tags-icaal","plugin_category-contact-forms","plugin_contributors-ashdotguru","plugin_committers-ashdotguru"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/icaal-contact-form.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin will validate fields, send via. AJAX and optionally post the ICAAL Customer Dashboard.<\/p>\n\n<p>All configuration is done using PHP constants in the <code>wp-config.php<\/code> file.<\/p>\n\n<!--section=installation-->\n<p>Installing and setting up the plugin is easy, just follow these three steps:<\/p>\n\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Open your <code>wp-config.php<\/code> file and add the line <code>define('ICAAL_TO_ADDRESS', 'YOUR_EMAIL');<\/code>, obviously replacing the value with your desired email<\/li>\n<\/ol>\n\n<p>There are several options you can customise via. the <code>wp-config.php<\/code> file:<\/p>\n\n<ul>\n<li>Add <code>define('ICAAL_API_KEY', 'YOUR_API_KEY');<\/code> replacing the value with the customer's ICAAL Dashboard API Key<\/li>\n<li>Add <code>define('ICAAL_FROM_ADDRESS', 'YOUR_FROM_ADDRESS');<\/code>, replacing the value with the from email address, this will default to <code>no-reply@icaal.co.uk<\/code><\/li>\n<li>Add <code>define('ICAAL_FROM_NAME', 'YOUR_FROM_NAME');<\/code>, replacing the value with the from name in the email header, this will default to the website name<\/li>\n<\/ul>\n\n<p>The plugin will automatically load a <code>.js<\/code> script which will validate and submit the forms for you.<\/p>\n\n<p>All you need to do is add <code>.icaal-contact-form<\/code> to the form. The only required field is <code>&lt;input name=\"email\"&gt;<\/code>.<\/p>\n\n<p>You may also specify other required fields by adding a hidden field <code>&lt;input type=\"hidden\" name=\"required\" value=\"first_name, last_name\"&gt;<\/code><\/p>\n\n<!--section=changelog-->\n<h4>1.3.3<\/h4>\n\n<h4>Improvements<\/h4>\n\n<ul>\n<li><strong>Phone number<\/strong> - Automatically validate phone number fields<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<h4>Improvements<\/h4>\n\n<ul>\n<li><strong>To address<\/strong> - Allow hidden field to specify to address<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<h4>Bugfixes<\/h4>\n\n<ul>\n<li><strong>Google Analytics<\/strong> - Fix analytics events<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<h4>Improvements<\/h4>\n\n<ul>\n<li><strong>Google Analytics<\/strong> - The contact form will now automatically send Google Analytics events with each successful enquiry. The event category is <code>Enquiry<\/code> and the action is <code>submit<\/code><\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<h4>Improvements<\/h4>\n\n<ul>\n<li><strong>JS<\/strong> - There are now two callback functions you can use to do something on success or failure: <code>icaal_contact_form_success()<\/code>, <code>icaal_contact_form_failure(errors)<\/code><\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<h4>Bugfixes<\/h4>\n\n<ul>\n<li><strong>API<\/strong> - Fix JSON send<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<h4>Bugfixes<\/h4>\n\n<ul>\n<li><strong>API<\/strong> - Fix API URL<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<h4>Improvements<\/h4>\n\n<ul>\n<li><strong>API<\/strong> - The plugin will now automatically post all form data from contact form 7 to the ICAAL Dashboard<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<h4>Bugfixes<\/h4>\n\n<ul>\n<li><strong>API<\/strong> - Fix the ICAAL Dashboard API integration<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Installing and setting up the plugin is easy, just follow these three steps:<\/p>\n\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Open your <code>wp-config.php<\/code> file and add the line <code>define('ICAAL_TO_ADDRESS', 'YOUR_EMAIL');<\/code>, obviously replacing the value with your desired email<\/li>\n<\/ol>\n\n<p>There are several options you can customise via. the <code>wp-config.php<\/code> file:<\/p>\n\n<ul>\n<li>Add <code>define('ICAAL_API_KEY', 'YOUR_API_KEY');<\/code> replacing the value with the customer's ICAAL Dashboard API Key<\/li>\n<li>Add <code>define('ICAAL_FROM_ADDRESS', 'YOUR_FROM_ADDRESS');<\/code>, replacing the value with the from email address, this will default to <code>no-reply@icaal.co.uk<\/code><\/li>\n<li>Add <code>define('ICAAL_FROM_NAME', 'YOUR_FROM_NAME');<\/code>, replacing the value with the from name in the email header, this will default to the website name<\/li>\n<\/ul>\n\n<p>The plugin will automatically load a <code>.js<\/code> script which will validate and submit the forms for you.<\/p>\n\n<p>All you need to do is add <code>.icaal-contact-form<\/code> to the form. The only required field is <code>&lt;input name=\"email\"&gt;<\/code>.<\/p>\n\n<p>You may also specify other required fields by adding a hidden field <code>&lt;input type=\"hidden\" name=\"required\" value=\"first_name, last_name\"&gt;<\/code><\/p><\/dd>\n\n<\/dl>","raw_excerpt":"This is a simple plugin for creating and submitting contact forms via. AJAX.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/54505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=54505"}],"author":[{"embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ashdotguru"}],"wp:attachment":[{"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=54505"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=54505"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=54505"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=54505"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=54505"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es-mx.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=54505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}