This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
I have a form that has a submit email button that does some field checking on click.
When I click the Submit by email button, I get a "subform 3 not defined" error message.
What am I missing?
Thanks,
MDawn
Solved! Go to Solution.
Views
Replies
Total Likes
Try the fully qualified name while referencing the control form a different page/ Subform.
In your case try the following in the email section..
xfa.form.form1.page2.subForm3.approveDeny.rawValue
Also for incidentNumber use the below reference.
xfa.form.form1.page2.subForm2.incidentNumber.rawValue,
Thanks
Srini
Views
Replies
Total Likes
May be because your code is referencing to a non existing subform..Check the form heirarchy.
Thanks
Srini
Views
Replies
Total Likes
The Subform exists. Could it be because the code in the button click references subform 3 but it's not defined in the scripting? Would it help to look at the form?
Margaret Dawn
Supervisor - Documentation
W: 630-850-1065
Views
Replies
Total Likes
Try the fully qualified name while referencing the control form a different page/ Subform.
In your case try the following in the email section..
xfa.form.form1.page2.subForm3.approveDeny.rawValue
Also for incidentNumber use the below reference.
xfa.form.form1.page2.subForm2.incidentNumber.rawValue,
Thanks
Srini
Views
Replies
Total Likes
Any luck figuring this one out?
Margaret Dawn
Supervisor - Documentation
W: 630-850-1065
Views
Replies
Total Likes
Sent the file in an email with the changes I mentioned before..
Let me know if this helps..
Thanks
Srini
Views
Replies
Total Likes
Your changes worked.
Thanks,
Margaret Dawn
Supervisor - Documentation
W: 630-850-1065
Views
Replies
Total Likes
Views
Likes
Replies