Wordpress plugins
Contact Form 7 Multi-slide Module

Contact Form 7 Multi-slide Module

Version : 1.1.0
Tested up to : 4.7.6
Number of download : 673
Author : Aurovrata V.
Average rating : 1 / 5 on 1 votes 1 votes, 1 avg.rating

Screenshots

Contact Form 7 Multi-slide Module
Contact Form 7 Multi-slide Module
Contact Form 7 Multi-slide Module
Contact Form 7 Multi-slide Module

This plugin is an extension (module) for Contact Form 7 plugin. It allows users to develop multislide forms, one cf7 form on each slide. However, a single mail with all the combined slide-forms entry is sent upon successful submission of the last slide-form. Checkout our other CF7 plugin extensions CF7 Polylang Module – this plugin allows you to create forms in different languages for a multi-language website. The plugin requires the Polylang plugin to be installed in order to manage translations. CF7 Multi-slide Module – 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. Post My CF7 Form – 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. Final slide-form data This plugin merges all slides form data into a single list of submitted data. It does this my storing intermediate slides data as transients. When the final slide form is submitted, it merges all submitted data sets into a single one, allowing the CF7 plugin to find all the field tags described in the various slide forms. Before this final merged data-set is submitted to the CF7 plugin, it applies the following filer cf7_mulstislide_merged_posted_data. You can use this filter to further interact with the final data-set before it is being sent by email using, add_filter('cf7_mulstislide_merged_posted_data','filter_the_final_data') function filter_the_final_data($posted_data){ //do somethinn here with the array of <tag_name>=><value> pairs return $posted_data; } hope you find this plugin useful.

Download now