This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

redirect page using array

In Off-topic Discussions · Started by vengaband on 2018-03-16 12:12 pm · 9859 views · 3 replies

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.
Is this using the Form Manager? I don't know that this extent of customization is supported yet.
Yes Brandin.
@mudmin will have to chime in when he's available.