Hi
I have a modal view showing content from a database. When pressing the update button I want the values from the input text fields transferred to a new page.
I've tried to use Appery("InputName").val(); to read the values (from the new page).
How can this be done?