Thought I had the problem solved, but… being new at this Hopefully I can expalin what I trying to do
I have a form that has 8 rows on it. The fields in the rows are for different level of contacts, some rows have information some do not. What I trying to do is pull the information from the form into a view that has information. I need the name and email from each row.
I used this code below in the view but it only gets the first email row, and leaves the rest. And then goes on to the next form and does the same.
I was using it to pull the email and the names from the from
The first line of code will pull all the names out but the next line only gets the 1st email
@Trim(Travel:Producer:Manager:Director:Designer:Assistant:Vendor:Contact)
@Trim(ExP_Email:ExP_Email_1:ExP_Email_2:ExP_Email_3:ExP_Email_4:ExP_Email_5:ExP_Email_6:ExP_Email_7)
Any ideas ?
Thank you for all your help and suggestions in advance