1
0
-1

Have a simple registration form as shown below

Storing and retrieving data using JDBC binder & Custom Datasource. (Details below)

Issue1 : Not able to access the Form submit data in the Email Tool using #form
(Mail its either showing the same # or empty)

*****************************************************************************************************

Having an approval form as shown below and having the above form as subform. 

Issue 2: After Registration form submission. Its goes to approval, when am opening Approval form clicking on the approve link in Inbox. Data is not auto populating in the subform.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, for the 1st issue, maybe the form data has not been stored in the database yet when the call to the form hash variable is made. Perhaps you can configure the email in a separate tool after the form activity. For the 2nd issue, there is likely a mismatch in the primary key ID. You will need to ensure that the "Parent Field to keep Subform ID" contains the correct value.

        CommentAdd your comment...