Hi,
I want to send data from one page to another and I’m failing.
I have a data type called Country and inside has two fields, country-name and tax.
Users search for a Country (autocomplete search input) and then click search. I want the next page to recieve the country and display the country name and tax for that country based on the input on the previous page. The problem I’m having is that I don’t know what to put in the “Data to send” field. I keep getting errors.
See the app here:
Thanks in advance for any help.