The $$Return field on my form checks for the condition and opens up the appropriate page displaying some information to the user. e.g. If all the field validation on the form is OK, it open up a ‘Thank you’ page for the user confirming the submission of the document. If the fields are not validated it displays an ‘error’ page asking user to fill in the appropriate information.
This was working fine, until I upgraded the server from 5.12 to 6.5.1. After the upgrade, the $$ReturnGeneralError’ form is displayed to the user, even though the document is successfully submitted (Neither ‘error’ page nor ‘Thank you’ page is displayed). On the server console I get the “Invalid URL exception” error. The code in $$Return field is as follows.
@If((Field=“”);@Return(display error page);@Return(display thank you page))
The form ‘SUBMIT’ button has a simple code @Command([FileSave]);@Command([FileCloseWindow])
Are there any features associated with $$Return field or ‘submit’ functionality in 6.5.1 that one should be aware of?
Thanks in advance for your suggestion or clues.
Sachin