PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

confirmation page showing different address depending on country selected in for

  1. netsolution
    Member

    I want the confirmation page to show an address depending on the country the user selected on the form before submission.

    How can this be done? How can the addresses be managed?

    Thanks!

    Posted 13 years ago on Sunday April 29, 2012 | Permalink
  2. David Peralty

    There is no built-in way to do this but you could do this through the use of the hook Gform_confirmation:
    http://www.gravityhelp.com/documentation/page/Gform_confirmation

    As for managing them, that would be up to you. You could code it as part of the function or pull it from a database you create, or read it in from text files.

    Posted 13 years ago on Monday April 30, 2012 | Permalink