Community
    • Login

    Hidden Fields

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 2.5k Views 2 Watching
    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 Offline
      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 Offline
        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 Offline
          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

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors