• Resolved Marc G

    (@nuevavidatv28)


    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

    (@nuevavidatv28)

    sorry mis-titled.
    trying to use GET to show field value for form on “slider” 1 in a slider form.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    is this possible?

    yes, using the javascript API provided with the plugin. Please see this tutorial. NOTE: this tutorial is for table constructs, but the logic is the same and available for the slider forms too.

    Thread Starter Marc G

    (@nuevavidatv28)

    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

    (@aurovrata)

    this java script will use a GET event once the field value

    what is a GET event?

    Thread Starter Marc G

    (@nuevavidatv28)

    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

    (@aurovrata)

    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.