Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Strange data on nuRunPHPHiddenWithParams Topic is solved

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Strange data on nuRunPHPHiddenWithParams

Unread post by chpwebmaster »

I'm attempting to run nuRunPHPHiddenWithParams from a popup

Code: Select all

let LiqType = 'L';
nuRunPHPHiddenWithParams('ProcessLiquidationOption', 'LiqType', LiqType);
and simply

Code: Select all

nuDisplayError('#LiqType#');
on the php side for now its returning

Code: Select all

FkwW
if I change the input string I simply get a different string of gibberish
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Re: Strange data on nuRunPHPHiddenWithParams

Unread post by chpwebmaster »

thanks
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Strange data on nuRunPHPHiddenWithParams

Unread post by kev1n »

Fixed on Github as well.
Post Reply