Hello!Is there a possibility to overwrite the preview button within a FormsPublisher's template? I did not find a solution in the UI Customizing documentation.Thanks in advance,skapelle
If a user presses the preview button in a template, a temporary file is generated and opened (this is the standard behaviour)i.e.: zz_tst_userxy_1_824_userxy_preview.jspI would like to pass some arguments (which i get via formapi) to this previewed page.i.e.: zz_tst_userxy_1_824_userxy_preview.jsp?arg1=val1&arg2=val2Therefore i thought of customizing the preview buttons functionality.Any ideas?
You can always FormAPI and use onPreviewHandler.One way to achieve what ytou are trying to do, is have preview handler call external script to generate a page, and then redirect to the file, that was generated, with your parameters.