_tina_ Posted March 4, 2010 Share Posted March 4, 2010 Hi, I am new to Cake and am trying to implement this state select box: - http://bakery.cakephp.org/articles/view/country-select-list-helper My form is like: echo $form->input('firstname'); echo $form->input('lastname'); etc. How do I make this work in my form? I have the helper in views/helpers. Any ideas? Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/194162-cakephp-state-select-box/ Share on other sites More sharing options...
jcombs_31 Posted March 5, 2010 Share Posted March 5, 2010 Did you read the first line of code on the page? <?php e( $countryList->select('country', 'Please select your country'));?> Quote Link to comment https://forums.phpfreaks.com/topic/194162-cakephp-state-select-box/#findComment-1021737 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.