• Login
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.
  • K
    Kacee Grubb
    last edited by Nov 21, 2016, 8:42 PM

    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>

    S 1 Reply Last reply Nov 21, 2016, 11:20 PM Reply Quote 0
    • S
      Scott Sumner @Kacee Grubb
      last edited by Nov 21, 2016, 11:20 PM

      @Kacee-Grubb

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

      1 Reply Last reply Reply Quote 0
      • K
        Kacee Grubb
        last edited by Nov 22, 2016, 1:31 PM

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

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