I'm trying to get Split Test Accelerator software to get running on aMember - signup page to be exact. Does anyone have experience in doing this? Is it at all possible to join these two powerful softs together?
Yes, I've read that thread before, and as I can see you had the same problem, David. Did you sort it out? ...Because that thread has no answer to this problem.
For tracking an action In thanks.php $id=1; include('/home/yoursite/public_html/sta/TY_topper.php'); $t->display("thanks.html"); David
Oh, that's interesting. And how and where do you insert the main code snippet for split-testing different factors on the aMember's Signup page: PHP: <?php $id=14; include('/home1/public_html/sta/topper.php');?> ...so that factor elements: PHP: <?php if ($f[1]==1){echo $code[1];}?> <?php if ($f[1]==2){echo $code[2];}?> <?php if ($f[1]==3){echo $code[3];}?> ...would work? I tried editing signup.php and signup.html without any success.
Hi David, I've tried adding the STA code to the thanks.php file as you've indicated here, but ran into the problem where new members would see a page full of smarty variables rather than the actual text. How did you get around that problem?
Hi Skippy, I'm afraid I don't know what you mean on this. Wrap what code in literal tags? The STA include code inside the thanks.php file, or the thankyou page html code in the template? Or are you referring to something else?