Community
    • Login

    Hidden Fields

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 2.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Kacee GrubbK
      Kacee Grubb
      last edited by

      Hi -

      I am trying to use the hidden fields condition. Is it possible to have the condition show different hidden field values based on what value is picked? For example if the question is “did you receive an error?” if yes is chosen, it shows the steps to complete the error. If no is chosen, it shows the next steps in the overall process. Below is what I have that is not working. The only hidden field that will populate is if the answer is yes.

      <question required=“true”>
      <label>Did you recieve an error?</label>
      <tip>Choose One</tip>
      <dropdown>
      <choice label=“Yes” inputValue=“yes” />
      <choice label=“No” inputValue=“no” />
      </dropdown>
      <control>
      <show condition=“equal” value=“Yes” id=“emailinfo” />
      <show condition=“equal” value=“yes” id=“emailinfo” />
      <show condition=“equal” value=“No” id=“next” />
      <show condition=“equal” value=“no” id=“next” />
      </control>
      </question>
      <question hidden=“true” id=“emailinfo”>
      <message>
      <label>Email info </label>
      <question hidden=“true” id=“next”>
      <label> Next Steps </label>
      <message/>
      <question/>
      </question>
      </question>

      Scott SumnerS 1 Reply Last reply Reply Quote 0
      • Scott SumnerS
        Scott Sumner @Kacee Grubb
        last edited by

        @Kacee-Grubb

        Is this a question about Notepad++? That’s what this Community is about.

        1 Reply Last reply Reply Quote 0
        • Kacee GrubbK
          Kacee Grubb
          last edited by

          Yes I’m using Notepad++. I think I may have figured out the issue though.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors