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')) ?> Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.