Hello,
Change event no longer fired on lookup field since last update of nuform.js.
Regards,
Max
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Change event no longer fired on Lookup field
-
- Posts: 19
- Joined: Sat Jul 26, 2014 10:09 am
- Location: France
Re: Change event no longer fired on Lookup field
Max,
A Lookup Object is a different animal than other Objects.
Until a record is chosen, running Javascript is not very helpful.
That is why there is a Javascript section where you can add code that will run AFTER a record has been selected. (not when the cursor tabs out of the Lookup Object.)
Steven
A Lookup Object is a different animal than other Objects.
Until a record is chosen, running Javascript is not very helpful.
That is why there is a Javascript section where you can add code that will run AFTER a record has been selected. (not when the cursor tabs out of the Lookup Object.)
Steven
You do not have the required permissions to view the files attached to this post.
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Change event no longer fired on Lookup field
Max,
What do you need the event for? Can you give us some more details?
What do you need the event for? Can you give us some more details?
-
- Posts: 19
- Joined: Sat Jul 26, 2014 10:09 am
- Location: France
Re: Change event no longer fired on Lookup field
Hi Steven,
Thank you, I will test.
Previously, I used the onchange event to disable two Select after selecting a value in the Lookup.
Thank you
Thank you, I will test.
Previously, I used the onchange event to disable two Select after selecting a value in the Lookup.
Thank you
-
- Posts: 19
- Joined: Sat Jul 26, 2014 10:09 am
- Location: France