Hi Alexander,
On my New Form I created a rule to refresh the vLookup results field when the source field changes. I followed your instructions from the other forum topics and added this JS function to the “Run these functions” section on the Rules page. vLookupState is my lookup results field.
function refresh_vLookup(){
spjs.vLookup._init(“vLookupState”,false,true);
}
However after creating this rule, I am now getting these errors (please see screenshots of errors and rule setup):
The rule “vLookupRefresh” tried to invoke the function “function refresh_vLookup(){
spjs.vLookup._init(“vLookupState””
Error:
TypeError: Object doesnt support property or method
Please advise. Thank you.
Regards,
Anthony