View Single Post
11-26-2007, 03:33 PM
#8
JasonGDX is offline JasonGDX
JasonGDX's Avatar
Status: Junior Member
Join date: Nov 2006
Location: Pennsylvania, USA
Expertise: Design, HTML, CSS, PHP, MySQL
Software: Photoshop, Coda
 
Posts: 95
iTrader: 4 / 100%
 

JasonGDX is on a distinguished road

  Old

The script you are using allows you to set a page redirect with a hidden input tag.

Code:
<input type="hidden" name="redirect" value="http://www.beamzintl.com/confirmation.htm">
Just place that somewhere in the <form> tags.

Hope that helps!