8 Comments

  1. How to format textfield?

    Any information how to format textfield?  For example, for text field with numeric only validation, is it possible to format as ###,###,###.## when user enter the content ?

    1. You may use jQuery in a JavaScript block of Custom HTML element, to bind the textfield to an event handler. Take a look at the .bind() and .change() in jQuery

  2. Re-post this question on behalf of Alina Paula Mihaila

    I encountered the following issue with your application: after I upload (using form builder) a Microsoft Office file (for example doc or xls), the application does not open the file with Ms Office but instead it detects the file as an application/octet-stream (name="get", no extension).

    1. Hi Alina, I've already logged this issue into the Joget Workflow bug tracking system

      1. Hey! I understand, thanks!

      2. This issue is fixed in SVN revision #684. If you are looking for an urgent fix, you may refer to the changeset_r684.diff (unified diff of the revision) for reference

        1. "If you are looking for an urgent fix, you may refer to the changeset_r684.diff (unified diff of the revision) for reference." More details, please.. some steps I should follow to fix the problem localy, on my computer?

          Thanks a lot!

          1. You actually need to refer to the changeset, then apply the code changes and compile it. Else, you may stay tuned for the next release - v2.0.1, targeted to be released by end of this month