Hiding & Unhiding Text Box - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Hiding & Unhiding Text Box

Last post 12-08-2006 05:42 AM by Stavi. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 12-08-2006 01:08 AM

    Hiding & Unhiding Text Box

    I have a check box on a form.

    When the check box becomes TRUE, a number of text boxes are hidden.

    I would like these hidden text boxes to become unhidden when I click on a submit button.

    Can these text boxes become unhidden, even though I want the check box value to remain at TRUE?
  • 12-08-2006 04:36 AM In reply to

    Re: Hiding & Unhiding Text Box

    Hi

    Need to add rule on submit button to uncheck the uncheckbox which will unhide the text boxes

    1.Go to Properties page of button
    2.click 'Rules' button
    3.Click 'Add' button
    4.Click 'Add Action' button
    5.Select 'Set a field's value' from "Action" dropdown
    6.In"Field" field select check box name
    7.Enter in "Value" field "0"
    8.clcik "ok" three times
    Madhuri
    http://www.ggktech.com
  • 12-08-2006 05:42 AM In reply to

    • Stavi
    • Top 100 Contributor
    • Joined on 12-13-2005
    • Posts 95

    Re: Hiding & Unhiding Text Box

    madhuri, micky does not want the check box to be changed when he submits, he want the conditional formatting to be ignored when he submits. which i dont think you can do directly.

    You could however add a check box to record when the form is submitted (using rules as madhuri suggested), then base the conditional foramatting on both of these check boxes instead of just one.

    I believe the conditional formatting should then be

    If original check box = true and submitted check box = false then hide fields
Page 1 of 1 (3 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.