Hi, I'm trying to add a variable (userid) to the redirect url
I tried
With various versions of redirect url and redirect user events added to the form.
I'm wondering what I'm missing???
Thanx
Mark
I tried
<?php
$some_value = 62;
$myForm->formrow->redirecturl .= '&id='.$some_value;
?>
With various versions of redirect url and redirect user events added to the form.
I'm wondering what I'm missing???
Thanx
Mark