- Posts: 450
- Thank you received: 25
Ask the community, share ideas, and connect with other LimeSurvey users!
if($sFieldname == 'seed') { // Nothing } elseif($showUnrelevantQuestion || LimeExpressionManager::ProcessStepString("{".$sFieldname.".relevanceStatus}") ) { / code actuel
You must put whole content of the plugin directory inside it’s own directory and the directory name must be same than the plugin php filename . For example if you plugin name examplePlugin with a file examplePlugin.php: you must have finally.Code:www/limesurvey/plugins/examplePlugin/examplePlugin.php