Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

nuform.js

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
selector
Posts: 41
Joined: Tue Feb 22, 2022 1:55 pm
Has thanked: 9 times

nuform.js

Unread post by selector »

Please check nuEvalnuOnLoadEvents function in nuform.js

Code: Select all

		js = js.replaceAll('(this)', '("#' + obj.id + '")');
		js = js.neplaceAll('this.', obj.id + '.'); 
second string shoul be

Code: Select all

js = js.replaceAll('this.', obj.id + '.'); 
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: nuform.js

Unread post by kev1n »

Thanks, it's fixed.
Post Reply