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

Question

Question

How can I trigger a lookup table from a select autofilled?

asked on February 13, 2020

Hi all,

 

I created a lookup table from a select ("My Select") to autofill an input ("Input Result DB").

 

"My Select" default's value is empty

 

 

I wish to auto fill "My Select" using URL and Javascript (...?MySelect=choix_1), then get the result from the lookup table in the field "Input Result DB" but my lookup table doesn't work like this.

I need to change "My Select" manually to get the value in the field "Input Result DB".

 

How can I do please?

 

Thanks in advance.

Regards

 

 

 

 

0 0

Answer

SELECTED ANSWER
replied on February 14, 2020

You need to trigger a change event on the select field, which can be done easily with jQuery's .change(). So for example, if the drop-down is q1, then

$("#Field1").change();

after you've changed the value will trigger the lookup rule.

1 0
replied on February 14, 2020

Thanks Jim,

 

It's working.

 

Regards

1 0

Replies

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

Sign in to reply to this post.