In a Load JS action I wrote something like:
I save the form.
When I reload the form, and when I check the link created using that variable, I get:
I suppose there's some wrong regex here.
Bye
maxx
<?php
$link = $form->data['myvar'] . '®ione=';
?>
I save the form.
When I reload the form, and when I check the link created using that variable, I get:
<?php
$link = $form->data['myvar'] . '®ione=';
?>
I suppose there's some wrong regex here.
Bye
maxx