Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    Hi,

    Thanks for letting me know. The previous button shows for me with and without a trailing slash in the url. Can you let me know what url you used when it didn’t work vs when it did work?

    Thread Starter Alexander Guskov

    (@forcesail)

    Hello and thank you for your response.

    There are 3 problems in one:
    1) It’s still should be [multistep multistep-123 first_step “https://www.capriolandia.it/iscrizione-summer-camp-passo-2/”%5D
    OR
    [multistep multistep-123 first_step “/iscrizione-summer-camp-passo-2/”]
    like you wrote in the answer here: https://www.ads-software.com/support/topic/previous-button-not-displaying.

    So, for example, [multistep multistep-123 first_step “www.capriolandia.it/iscrizione-summer-camp-passo-2/”] doesn’t work.

    I just remind you that “I’ll be updating the plugin soon so the urls don’t need to be so exact. but until then this is what you can do.” hasn’t done yet. Sorry.

    2) Link with get-parameters doesn’t work at all. For example, like this:
    [multistep multistep-123 first_step “/iscrizione-summer-camp-passo-2/?parm=1”]

    3) Parameters are necessary because form data that passes from the previous step to the next step comes with great delay, after the constructing of the next-step-form. So if you try to constraint the dynamical form, grounding on the data that have been inserted at the previous step you don’t have another option, then to use parameters.

    Plugin Author webheadcoder

    (@webheadllc)

    Sorry for the confusion. The thing that was fixed is the trailing slash. The options are any one of the following:

    https://www.capriolandia.it/iscrizione-summer-camp-passo-2
    OR
    https://www.capriolandia.it/iscrizione-summer-camp-passo-2/
    OR
    /iscrizione-summer-camp-passo-2
    OR
    /iscrizione-summer-camp-passo-2/

    For the parameters in the url, make sure you set the default:get attribute in the form tag like so:

    [text parm default:get]

    See here for an example:
    https://cf7msm.webheadcoder.com/cf7-multi-step-forms-pre-filled/

    Thread Starter Alexander Guskov

    (@forcesail)

    Hello.
    it seems that both issues have fixed.
    Many thanks!
    You are great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Previous” Button not displaying’ is closed to new replies.