I've been a livecycle user for a few years now but I'm finally stumped on something that I can't find info for online - perhaps because I don't know what terms to search for.
I want people to enter info into fields
Last Name [FIELD1]
Your ID [FIELD2]
Your Other ID [FIELD3]
Your Email [FIELD4]
Then later in that form I want those to appear in a drop down list for selection.
What is your login? [LIST; FIELD1, FIELD2, FIELD3, FIELD4]
I hope I described that so it makes sense, I appreciate any help, thanks!
[Item] [ID]
so if you chose email address under [ITEM] it will automatically choose [FIELD1] from the login/list field and put it in [ID]. That may be a little trickier.
That one is more like an if/then statement. If the chosen field is email then populate field "x" with "y" data.