gobi_cashmere Posted June 23, 2013 Share Posted June 23, 2013 I need to filter using Order id (order.id) on this form, but it is not working. Can someone tell what i'm doing wrong? i'm completely newbie to this. <div class="grid-filter"> <?= $this->ExtForm->filterCreate() ?> <div class="formRow mt12 clearfix"> <?= $this->ExtForm->filterInput('Order.id', array('label' => __l('Order id'), 'type' => 'text')) ?> Link to comment https://forums.phpfreaks.com/topic/279491-filtering-help/ Share on other sites More sharing options...
iversonm Posted June 24, 2013 Share Posted June 24, 2013 Your stuff is not properly formatted. Please post the actual code and please post the class(es) that you are calling. Link to comment https://forums.phpfreaks.com/topic/279491-filtering-help/#findComment-1437589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.