I currently have built a form in InfoPath that shows/hides three subsections (Admin Request, Move Request, User Request). In each of these subsections is an individual drop down for server selection (they don't share the same source). On my sharepoint site, I want to be able to just show one column for any selected server within those subsections with out having to include the column name for all three subsections ex: Admin Request Server dropdown, Move Request Server dropdown, or User Request Server dropdown.
To solve this issue I added a read-only text box on the form that will display the current servers selected while the user is filling out the form or once they submit the form. I was using rules to do this which stated;
If MoveRequestServer Dropdown is populated, set field value of text box to MoveRequestServer value. (and so on with the other possible drop downs)
I believe this is the way to handle it but it does not seem to be changing the value of the textbox and therefore not populating that consolidated column on the sharepoint library. Anyone have any ideas on how to accomplish this? Let me know if a better explanation is needed.
Thanks for any help!!