{"id":44360,"date":"2016-05-12T08:18:21","date_gmt":"2016-05-12T08:18:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/cf7-multislide\/"},"modified":"2016-12-22T12:31:31","modified_gmt":"2016-12-22T12:31:31","slug":"cf7-multislide","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/cf7-multislide\/","author":13190743,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.0","stable_tag":"1.1","tested":"4.7.33","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Contact Form 7 Multi-slide Module","header_author":"Aurovrata V.","header_description":"","assets_banners_color":"","last_updated":"2016-12-22 12:31:31","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=64EDYAVB7EGTJ","header_plugin_uri":"http:\/\/wordpress.syllogic.in","header_author_uri":"http:\/\/syllogic.in","rating":1,"author_block_rating":0,"active_installs":10,"downloads":1479,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.1.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1415319","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1415319","resolution":"2","location":"assets"}},"screenshots":{"1":"A new <code>[multislide]<\/code> tag is added to your CF7 form options. Ideally place it at\nthe end of the form.","2":"Define the current slide and the total number of slides."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1152,16871,16872,16869,16870],"plugin_category":[],"plugin_contributors":[85842],"plugin_business_model":[],"class_list":["post-44360","plugin","type-plugin","status-closed","hentry","plugin_tags-contact-form-7","plugin_tags-contact-form-7-extension","plugin_tags-contact-form-7-module","plugin_tags-multislide","plugin_tags-slide-form","plugin_contributors-aurovrata","plugin_committers-aurovrata"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/cf7-multislide.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/cf7-multislide\/assets\/screenshot-1.png?rev=1415319","caption":"A new <code>[multislide]<\/code> tag is added to your CF7 form options. Ideally place it at\nthe end of the form."},{"src":"https:\/\/ps.w.org\/cf7-multislide\/assets\/screenshot-2.png?rev=1415319","caption":"Define the current slide and the total number of slides."}],"raw_content":"<!--section=description-->\n<p>This plugin is an extension (module) for Contact Form 7 plugin.  It allows users to develop multislide\nforms, one cf7 form on each slide.  However, a single mail with all the combined slide-forms entry\nis sent upon successful submission of the last slide-form.<\/p>\n\n<h4>Checkout our other CF7 plugin extensions<\/h4>\n\n<ul>\n<li><p><a href=\"https:\/\/wordpress.org\/plugins\/cf7-polylang\/\">CF7 Polylang Module<\/a> - this plugin allows you to create forms in different languages for a multi-language website.  The plugin requires the <a href=\"https:\/\/wordpress.org\/plugins\/polylang\/\">Polylang<\/a> plugin to be installed in order to manage translations.<\/p><\/li>\n<li><p><a href=\"https:\/\/wordpress.org\/plugins\/cf7-multislide\/\">CF7 Multi-slide Module<\/a> - this plugin allows you to build a multi-step form using a slider.  Each slide has cf7 form which are linked together and submitted as a single form.<\/p><\/li>\n<li><p><a href=\"https:\/\/wordpress.org\/plugins\/post-my-contact-form-7\/\">Post My CF7 Form<\/a> - this plugin allows you to save you cf7 form to a custom post, map your fields to meta fields or taxonomy.  It also allows you to pre-fill fields before your form  is displayed.<\/p><\/li>\n<\/ul>\n\n<h3>Final slide-form data<\/h3>\n\n<p>This plugin merges all slides form data into a single list of submitted data. It\ndoes this my storing intermediate slides data as transients.  When the final slide form\nis submitted, it merges all submitted data sets into a single one, allowing the CF7\nplugin to find all the field tags described in the various slide forms.<\/p>\n\n<p>Before this final merged data-set is submitted to the CF7 plugin, it applies the following\nfiler <code>cf7_mulstislide_merged_posted_data<\/code>.  You can use this filter to further interact with\nthe final data-set before it is being sent by email using,<\/p>\n\n<pre><code>add_filter('cf7_mulstislide_merged_posted_data','filter_the_final_data')\nfunction filter_the_final_data($posted_data){\n  \/\/do somethinn here with the array of &lt;tag_name&gt;=&gt;&lt;value&gt; pairs\n  return $posted_data;\n}\n<\/code><\/pre>\n\n<p>hope you find this plugin useful.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unpack <code>cf7-multislide.zip<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Create a new form in the CF7 editor.  Select the [multislide] tag, and place it at the end of your form.  Define the number of total slides as well as the current slide.  So if you plan on having 3 slides, you need to create 3 cf7 forms.  The first form (show on the first slide) will have slide number = 1 and total slides = 3.  In the 2nd cf7 form you will need to add a new [multislide] tag, this time the slide number = 2 and total slides = 3 and so on.<\/li>\n<li>In your last form, you can use the previous slide-forms fields in your mail settings. Note, CF7 plugin may complain that these don't exist.  Ignore these messages.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What slider should I use?<\/dt>\n<dd><p>Any slider should be compatible, use whichever is your favourite slider plugin for build your own.<\/p><\/dd>\n<dt>How do I make the slider change to the next slide upon successful form submission?<\/dt>\n<dd><p>Contact Form 7 allows you to add javascript command to be executed upon successful form submission.\nUse this functionality to execute the slide-change command automatically.  You need to add your code to the\nAdditional Settings tab of your newly created form.  Here is the <a href=\"http:\/\/contactform7.com\/additional-settings\/\">CF7 documentation<\/a> for this.\nYou need to use the,<\/p>\n\n<pre><code> on_sent_ok: \"alert('form sent!');\"\n<\/code><\/pre>\n\n<p>format. You can use jQuery's <a href=\"\"><code>trigger<\/code><\/a> function to trigger the slider click event. most\n slider plugins will create navigation buttons to change to the next slide, these are triggered\n with a click of the mouse.  Inspect your button element, and copy the css selector to uniquely identify\n this button, then add it to your form Additional Settings section as,<\/p>\n\n<pre><code> on_sent_ok:  \"jQuery('#my-home-page-slider .next .nav-container').trigger('click')\";\n<\/code><\/pre>\n\n<p>where <code>#my-home-page-slider .next .nav-container<\/code> would uniquely identify your slider element to trigger\na mouse click event.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>updated to reflect changes in Contact Form 7 v4.6<\/li>\n<li>fixed jquery bug in tag generator<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>first version, only in english locale<\/li>\n<\/ul>","raw_excerpt":"This plugin enables creation of multi-slide forms using the contact form 7 plugin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/44360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=44360"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/aurovrata"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=44360"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=44360"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=44360"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=44360"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=44360"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=44360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}