- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
// Add button text column to boxes table try { $this->db->createCommand() ->addColumn('{{boxes}}', 'buttontext', 'string(255)'); } catch (Exception $e) { // Column already exists - ignore }
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.