Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums 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: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: nuform.js

Unread post by kev1n »

Thanks, it's fixed.
Post Reply