Thread Starter
d6p2b
(@d6p2b)
I’m computing a derived result based on team membership. So, I need the server to do the heavy lifting. I was clobbering a value directly just to figure out how to get the information to flow in, compute, and flow back out.
Thanks for confirming I need to inject my computed result into the $_POST so it will flow back to the user.
Cheers!