I have several forms in my application, and like all forms after the users have completed them, I would like to redirect them to a form completion page, which the particulars of the forms are displayed after the submission.
Now, assuming that my forms all have different attributes, how can I create a common view and display template such that I do not have to re-create the them since they are all similar other than the particulars of the forms to be displayed?