Joey -> drw results in one form field (2/10/2008 20:31:28)
I'm trying to get all of my drw results into one form field, if i use a text field in the drw it makes different rows, i need all of the results in one field.
any suggestions?
rdouglass -> RE: drw results in one form field (2/10/2008 20:44:56)
You could set a variable. Then add all the DRW data to the variable. Then set the variable tot he field:
What I have there should put all the field "EmailAddress" in the form field "myText" (separated by semi-colons if you notice) and leave the textbox "Message" blank.
Is that what you had in mind: something like that? Notice I put the form *outside* the DRW.