If you are basing the computation on when a field has lost focus, it is sounding like a job for jQuery. Though I would also include a back-end validation to insure that the calculation is being done correctly on the client side.
As far as a hidden field that the user can't edit themselves, Hobo does have support for hidden fields but I have not been able to update these directly with jQuery. I have had to use a regular field and then hide on page load with a script. Though if you are doing stuff like that you will want to verify with a validation since anything on the client side is untrustworthy of course. Not sure if I have a code example since I haven't done that exact thing. Nathan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
