The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
redirect page using array - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: redirect page using array (/showthread.php?tid=1002)



redirect page using array - vengaband - 03-16-2018

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.


redirect page using array - Brandin - 03-17-2018

Is this using the Form Manager? I don't know that this extent of customization is supported yet.


redirect page using array - vengaband - 03-17-2018

Yes Brandin.


redirect page using array - Brandin - 03-17-2018

@mudmin will have to chime in when he's available.