• Resolved Karen Turner

    (@karen-turner)


    I have a multiple-page form that hides sections depending upon whether the applicant is a single or joint applicant. At the moment, the applicant has to click a radio box on every page to say whether they are a joint or single applicant, which is not great.
    Once the applicant has stated clicked on the first page that they are joint or single, I would like to populate the joint/single radio box on all pages.
    I have tried to use $GET and attach the answer to the url, but no luck.
    I am not sure how to get the information from the database and use it appropriately.
    Is it possible you could point me in the right direction with this problem.
    Thanks Very Much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    When using a multi-page form, each page is submitted to the database, so the values from the previous pages are available in $this->participant_values as an array. e.g. $this->participant_values['first_name']

    Thread Starter Karen Turner

    (@karen-turner)

    Absolutely fantastic, thank you for your very speedy reply. That has sorted out my problem that I had spent 2 days trying to fathom.
    Thank you so much for your help.
    This plugin in Superb.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transfering field value on multiple-page forms’ is closed to new replies.