You are viewing limited content. For full access, please sign in.

Question

Question

Table in Forms

asked on January 25, 2018

Hello,

  I have a table in Forms and a dropdown in one column with ID Field 6. I have the below code to alert me on blur for first and second row of the table. In Forms 10.2, it does not alert me for second row change. Did this behavior change in Forms 10.2 please?

 

$("#Field6\\(1\\)").blur(function()
        {
          alert('Row 1');
          
         });
  
   $("#Field6\\(2\\)").blur(function()
        {
          alert('Row 2');
          
         });

 

Thanks

Priya

0 0

Replies

replied on January 25, 2018

Any update please? Thanks.

 

Priya

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.