| incorrect key at submit url problem Solved!
hi,
the problem is cause by a missing code to assign the randkey from the form post to the code.
you just need to add this
$linkres->randkey = $_POST['randkey'];
to line 11 to yourtemplate\submit_step_3.tpl
bellow are some pictures for references.
good work buddies!
john
|