Title: Dynamic Data from Slider Form
Last modified: March 15, 2021

---

# Dynamic Data from Slider Form

 *  Resolved [Marc G](https://wordpress.org/support/users/nuevavidatv28/)
 * (@nuevavidatv28)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/)
 * Creating multipage form (slider) and need to ask question #1 – Name. then would
   like to use the response to that in the continuation of the form so that the 
   form is personalized.
    is this possible?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Marc G](https://wordpress.org/support/users/nuevavidatv28/)
 * (@nuevavidatv28)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14185783)
 * sorry mis-titled.
    trying to use GET to show field value for form on “slider”
   1 in a slider form.
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14194288)
 * > is this possible?
 * yes, using the javascript API provided with the plugin. Please see this [tutorial](https://www.youtube.com/watch?v=wTdLVtU_mlU&list=PLblJwjs_dFBslCf0mDCrDYGpm5hBY3sWv&index=4&t=540s).
   NOTE: this tutorial is for table constructs, but the logic is the same and available
   for the slider forms too.
 *  Thread Starter [Marc G](https://wordpress.org/support/users/nuevavidatv28/)
 * (@nuevavidatv28)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14203210)
 * just to make sure – this java script will use a GET event once the field value
   is defined and populate to customize the responses.
    i.e. multi-step form Slide1:
   field=text “NAME” once filled out with the name “Bob” and client clicks CONTINUE
   Slide2: will have a row that includes a “narrative” that will take the response
   from the Field-text name from slide1 and add to the narrative. for example result
   should be: Bob, wonderful to meet you – this form will walk you through the process.
   Bob, if you have any questions please note them and send us an email. Slide 5:
   Another narrative where there is a Call to Action: Bob, we are excited that you
   completed the form. etc… — just want to assure we are on the same page. I watched
   the tutorial and this does not “seem” to be what I am referring to. If I missed
   something – apologies.
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14205179)
 * >  this java script will use a GET event once the field value
 * what is a GET event?
 *  Thread Starter [Marc G](https://wordpress.org/support/users/nuevavidatv28/)
 * (@nuevavidatv28)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14207628)
 * explained in the process and desired results:
    Slide1: field=text “NAME” once
   filled out with the name “Bob” and client clicks CONTINUE Slide2: will have a
   row that includes a “narrative” that will take the response from the Field-text
   name from slide1 and add to the narrative. for example result should be: Bob,
   wonderful to meet you – this form will walk you through the process. Bob, if 
   you have any questions please note them and send us an email. Slide 5: Another
   narrative where there is a Call to Action: Bob, we are excited that you completed
   the form. etc… — the customization of BOB is the get data from the FORM PRE-SUBMIT.
   In Slide1 the visitor will submit their FIRST NAME. then.. subsequently that 
   FIRST NAME should be able to be referenced in HTML code.
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14208124)
 * > the customization of BOB is the get data from the FORM PRE-SUBMIT. In Slide1
 * all slides are a single form, there isn’t multiple forms. When you click continue
   on a slide you are simply hiding the fields from the current slide and showing
   the fields on the next slide.
 * > the visitor will submit their FIRST NAME. then.. subsequently that FIRST NAME
   > should be able to be referenced in HTML code.
 * indeed, and the way to do this is with a JavaScript code. Hence the tutorial 
   I referred you to.
 * If you don’t understand what is JavaScript then I recommend you hire a developer
   to help you achieve your desired results.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Dynamic Data from Slider Form’ is closed to new replies.

 * ![](https://ps.w.org/cf7-grid-layout/assets/icon-256x256.png?rev=1834229)
 * [Smart Grid-Layout Design for Contact Form 7](https://wordpress.org/plugins/cf7-grid-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-grid-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-grid-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-grid-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-grid-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-grid-layout/reviews/)

## Tags

 * [dynamic data](https://wordpress.org/support/topic-tag/dynamic-data/)
 * [form data](https://wordpress.org/support/topic-tag/form-data/)
 * [get](https://wordpress.org/support/topic-tag/get/)

 * 6 replies
 * 2 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/dynamic-data-from-slider-form/#post-14208124)
 * Status: resolved