Hi! Nathan is right, a bit of Jquery should be the easiest solution here, if you want to have the results updating instantly. A code example from stack overflow: http://stackoverflow.com/a/19571765/766296
Warm regards, Ignacio El 10-11-2015 a las 15:14, Nathan Peters escribió: > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- 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.
