English Translation will be following by tomorrow!
For one of my projects I had to implement a small form preview. As I am very satisfied with the result and the simplicity, I want to share the result with you.
The preview functions uses the jQuery framework and it’s plugin Thickbox. The use of Thickbox is only one alternative to implement a preview. Basically the building is quite simple.The JavaScript function sets the target and the action attribute of the form and sends the data to the defined target. The target can be a new tab or as in this exmple a iFrame which will be displayed in the Thickbox.