You are viewing limited content. For full access, please sign in.

Question

Question

Changed Variables Reverting back to Original Values

asked on November 10, 2017

Hey Everyone, 

 

Currently using Laserfiche Forms Version 10.2.0.789 and have an issue with my variable values.  I am working on a travel expense reconciliation found that if someone puts a hotel cost in as $100 and then submits it to the travel coordinator to review, and they change that same field to $105.00 because they forgot the tax or something.  When it goes to the next person after the travel coordinator to review, the changed hotel value of $105.00 reverts back to the original $100.00.  The variable hasn't changed at all in the approval process but the value does.  Anybody experience this same issue?  

 

Thanks

 

Drew

0 0

Replies

replied on November 10, 2017

Found out the solution for my own problem.  If you have fields marked as "read-only", the value will only be the first initial value entered.  A work around is to give it a css class like "Readonly" and then add the following javascript 

$('.Readonly input').attr('readonly', 'true');

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.