Hey everyone,
I have created an interactive form in Adobe Designer 7.0 for my company with text fields and two image fields. After the form had been filled in and the images added, the user has the option to submit, print or reset.
Everything works perfect except when the reset button is clicked, only the text fields are cleared and the two images remain.
How can i get it so that the whole form is reset?
Thanks in advance
Ryan
ImageFieldName.rawValue = null; (where ImageFieldName is the name of the image field you want to reset)