Back to Mals forms page
Back to the forms page.

To view the code for any page, right click / view source.

If you need help with any of these forms or, you find one not working correctly, please email me.

To return a user to a PHP page using a form or button, follow these instructions.

For a button, use this example, add the syntax %26 to replace any & sign in your URL.
http:// ww8.aitsafe.com /cf/review.cfm?userid=xxx&return=www.sitename.com/files/products.php?p=3%26c=1

input type="hidden" name="return" value="www.sitename.com/files/products.php?p=3%26c=1"