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!
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!
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.