PDA

View Full Version : AlienForm2 - help!


Strice
11-08-2001, 10:14 PM
I'm trying to get AlienForm2 to recognize that my scripts are in my www directory. Here's what it says:


# Set this to the base path of your templates. The files specified in
# the HTML and log template will be appended to this to make the real
# file name.
$base_path = '/big/dom/xnashvillemusicnetwork/www/';


But it just won't! What am I doing wrong?

------
EDIT
OK, so I don't have the path wrong, because all of the templates work. I just want it to kick out to index.html when it's done. So I figured that I'd just put index.html in the output field, and it would kick over to www/index.html. But it doesn't... ideas?

Daniel Jackler
11-09-2001, 10:12 AM
To tell the script to redirect to a certain page add the following hidden tag between the <form> and </form> on the page that calls the script:
<input type=hidden name="redirect" value="http://www.nashvillemusicnetwork.com/sent.html">

Strice
11-09-2001, 12:09 PM
Yet another case of RTFM... what you suggested was right in the instructions.

Thanks :)

~Sara