03-16-2018, 12:12 PM
Hi,
Im using this syntax and I tried several times to put a link to go to another page.
$options = array(
'submit'=>'submit',
'href'=>'page2.php',
'class'=>'btn btn-primary',
'value'=>'Next Page',
);
I tried to edit submit and still not working. Please advise.
Thanks.
Im using this syntax and I tried several times to put a link to go to another page.
$options = array(
'submit'=>'submit',
'href'=>'page2.php',
'class'=>'btn btn-primary',
'value'=>'Next Page',
);
I tried to edit submit and still not working. Please advise.
Thanks.