Email submit button only works for the first row in a repeating table - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Email submit button only works for the first row in a repeating table

Last post 12-25-2013 11:53 PM by donstephen. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 12-23-2013 10:48 AM

    Email submit button only works for the first row in a repeating table

    Hi there, I have a InfoPath Email submit question may need your help. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress" field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it.. Even thought I put the XML code like this: current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress It still just return the first record of emailaddress... Does anyone know what's going on here? Thanks a lot!
    Filed under: ,
  • 12-25-2013 11:53 PM In reply to

    Re: Email submit button only works for the first row in a repeating table

    Hi lun6666,

    Happy Holidays!

    A quick workaround is to use a hidden field with a double eval technique formula which concatenates all the e-mail addresses. Here is the formula:

    eval(eval(EmailAddress, 'concat(., "; ")'), "..")

    Where EmailAddress is the repeating data. Hope this helps.

    Don Stephen Lambatin / Support Engineer
    Qdabra Software
Page 1 of 1 (2 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.