• I have a scholarship application form. One field requires the student to enter his/her GPA, which is based on, or converted to, a 4.0 scale. I’m going to use a checkbox with two choices – 4.0 scale or 5.0 scale. If the student’s school is on a 5.0 scale, the conversion formula needs to display.

    What I want to do is, if a student selects 5.0 scale, I want to display the conversion for them to use. If they select a 4.0 scale, there is no need to display the formula. Please note that I want to hide/display text (a label, if you prefer), NOT an input field.

    Does anyone know how to a conditionally display the conversion formula if the 5.0 checkbox is ticked? I’ve gone through the docs with no success.

    http://wordpress.org/extend/plugins/contact-form-7/

  • The topic ‘Conditional Display’ is closed to new replies.