Radio buttons within HTML not obligatory

PennController for IBEX Forums Support Radio buttons within HTML not obligatory

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10949
    vlanglois
    Participant

    Hello,

    I’m in the process of using some old demographic HTML files, which include radio buttons. I’ve discovered that with PennController 2.0, these radio questions could be marked as obligatory, and an error message would pop up when a question wasn’t answered. But text areas still work as usual when marked as obligatory

    Now despite the same obligatory code within the HTML file, and the test in the .js file, the warning does not appear when using the new PennController 2.1. Is there a way to resolve this? I tried uploading the .js file of PennController 2.0, but that shifted my entire html file to the left for some reason.

    Here’s the demo link: https://farm.pcibex.net/r/IzZpeG/

    Thank you!

    #10982
    Jeremy
    Keymaster

    Hello,

    After downgradng to 2.0, you might want to make sure you have a file Aesthetics/PennController.jss with these rules:

    .PennController {
      margin-left: 50vw;
      transform: translateX(-50%);
    }

    Jeremy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.