I want to integrate V-Check for payment, they have instructions to link back to a site, how do i set this up in ZEN?
The most popular method of linking to your secure check form is to launch it into a new, pre-defined browser window. This window is set to a specific size and does not have the URL address line - so your customers will never know that the form is not coming directly form your own site. The new window does have the status bar on the bottom where the Secure SSL Connection key or lock icon appears so they will know they have a secure connection.
Placing a Link on the Confirmation Page to Return the User and Data Back to Another Server or Process
This process allows certain specified form fields to be passed back to another URL after the Vcheck form has been submitted. This is useful for integrating the Vcheck payment system into a shopping cart or other more complicated order processes. In other words, you can have a shopping cart or ordering process get to a certain point - pass all the data to the Vcheck form so the user can make a payment by Vcheck - and then pass the user (via a link on the Vcheck confirmation page) and desired form field pairs back to another URL to finish the transaction.
This is accomplished with the use of a different set of hidden input fields in your ordering system that are used when calling the Vcheck form.
<input type="hidden" name="redirecturl" value="THE RETURN PATH HERE">
<input type="hidden" name="redirectfields" value="THE NAMES OF THE FORM FIELDS
YOU WISH RETURNED, SEPARATED BY COMMAS - BUT NOT SPACES">
<input type="hidden" name="redirectname" value="THE TEXT OR CAPTION THAT WILL
SHOW ON THE LINK OR BUTTON">
<input type="hidden" name="redirectmethod" value="post OR get (all lower case)">
Has anyone done this?? I really need to make this work and will pay if necessary



