PennController for IBEX › Forums › Support › Implementation of ecalling patterns › Reply To: Implementation of ecalling patterns
May 4, 2021 at 12:56 pm
#6925
Jeremy
Keymaster
Hi Iris,
As you found out, Ibex does not detect any “required” field, but looks up an “obligatory” class instead. HTML elements can have more than one class, you just need to separate the classes with space characters, e.g <input type="checkbox" class="largerCheckbox obligatory">
Alternatively, you could also do it exclusively using PennController commands: https://farm.pcibex.net/r/yqrvtr/ (don’t mind the “already part of Selector” errors—it’s a non-fatal bug I need to fix in PennController)
The code isn’t super concise but it’s still readable and works pretty well
Let me know if you have questions
Jeremy
- This reply was modified 3 years, 6 months ago by Jeremy.