Back to Profile Support

drtzack
drtzack
    protected function onUserForm()
    {
        $this->stateslist = $this->page['stateslist'] = 
            State::formSelect(
                'state',                                        // name
                $this->property('country'),                     // CountryID
                $this->user->state['id'],                     // Cur Val
                array('class' => 'form-control custom-select')  // Input Field Params
                );

        if (!$this->userid)
            return null;
    }

I dont want to use "form-control custom-select" They disrupting my page and I dont want to change your plugin codes because if you make any update to plugin I will have to change it again and again.

Is there any good solution?

Last updated

KurtJensen
KurtJensen

I'll get back to you on this soon.

KurtJensen
KurtJensen

Just finished update that will allow you the choice of standard dropdowns.

Also Zack, It would have been nice in the beginning if you had allowed me to assist you with your issues rather than asking your question and then on the same day posting a negative review.

Here's me helping you anyway. :)

1-3 of 3