## Script (Python) "script_copyApp ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind state=state ##bind subpath=traverse_subpath ##title=Copy Form ## REQUEST=context.REQUEST copiedForm=context.copyApplication(REQUEST) state.set( portal_status_message="copied" ) return REQUEST.RESPONSE.redirect(copiedForm.absolute_url()+'/app_view')