I have a text input question B301, including many items. Is it possible to set the width based on a specific condition?
For example something like:
if (!empty($phase)) {
replace("~", "B301_1", "width"); // Replace placeholder with phase title
}
Where $phase depends on the answer of a previous question