pdhodges
Forum Replies Created
-
Another way to do this would be to add an onSubmit hook in to the submit line of the form. There could be a text field in the set up form for the test routine.
If the field was blank there would be no onSubmit line in the example below. If there was data then it would be placed where TestDataCheck() is in the example below
<FORM
ACTION=”../cgi-bin/mycgi.pl”
NAME=”testform”
onSubmit=”return TestDataCheck()”
>This would allow a way to check for duplicate logins in a database or run passwords through md5() before being sent by GET mode. It also allows you to stop the submit if your check routine returns false.
If you use the silent mode redirect which allows the POST method you go out of scope and there is no way to get back to get back to the browser window you started from.
Forum: Themes and Templates
In reply to: [Atahualpa] Breaks the redirect for Fast Secure Contact FormAtahualpa has many good features. You can make it look like any theme there is. The trade off is relatively large css downloads for each page. The also upgrade frequently. It looks like the are stripped all the white space out in this version.
FS redirect works on some older versions I have running.
I was not able to get the redirect to work with the current version of the Altahualpa themel