1
0
-1

Hi,

I try below way as per advice, but still there is no mail notification received

    CommentAdd your comment...

    4 answers

    1.  
      1
      0
      -1

      Hi,

      As panda said, the hash variable should be #form.user_regist_form.email#, and since it contains a specific email address it should be in the "To (specific email address)" field instead of the "To (Participant ID)" field.

      1. Saravanan

        Hi, Its working fine now...thanks....newbie here :P

      2. Anders

        No problem, that's great to hear! That's what this community Q&A forum is for :)

      CommentAdd your comment...
    2.  
      2
      1
      0

      it should be #form.user_regist_form.email#. the "form." is a prefix that u should not change it.

      1. Saravanan

        Hi Even I change and put this command #form.user_creation_form.email# , still haven't get the approval notification There are 3 form : a.user_registration_form b.user_creation_form c.user approval_form I not sure which tablename from this 3 form need to add in mail settings

      CommentAdd your comment...
    3.  
      1
      0
      -1

      Hi Saravanan

      Do download and explore the free app for Account Creation / Joget Signup. The app will meet your needs. You can use this app for your organization.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        it should be table name not form id or name. u can refer to Hash Variable.

        #form.TABLE_NAME.FIELD_ID#

         

        1. Saravanan

          Hi, I set the mail using table name : #form.user_creation_table.email#, still no mail coming in https://westports.cloud.joget.com/jw/web/console/app/lxe_tracking_system/2/form/builder/user_creation_form#

        CommentAdd your comment...