Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SSummers
SSummers
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by SSummers
Customize the badges you want to showcase on your profile
Re: Getting data from dynamic table to email body with Javascript - Adobe LiveCycle 10-04-2019
Good Morning.I have added the script you provided and modified according to field names, but something is still hanging up. I am not sure if it's as simple as I have the 'for...' portion in the wrong spot. I know I'm missing something, and it's probably a simple thing.Here is the modified script. Thanks,var tableData = "";var subject = "Inventory for: " + mainPage.userDetails.userName.rawValue;var myDoc = event.target;var emailBody = "Attached is the inventory for " + mainPage.userDetails.userNa...

Views

730

Likes

0

Replies

0
Getting data from dynamic table to email body with Javascript - Adobe LiveCycle 04-04-2019
Good afternoon all.I am working with a form that consists of 6 user filled text boxes, a dynamic table with 4 columns and a submit button. Currently, I have the submit button take data from one of the text boxes and enter it into the subject line and body of the email.What I am having difficulty with now is the table. I can get the data from the first row to display in the body of the email, but if new rows are created with data entered, that data does not make it to the email.This is the code t...

Views

2.0K

Likes

0

Replies

3