Formoid
easiest form generator

Formoid is a free desktop app that helps you easily create signup forms, surveys, order forms, event registrations and more in a few seconds without writing a single line of code. Create beautiful online forms in just a few clicks.

Unreadable cyrillic symbols in property window

Hello.

I try Formoid beta and at first look it is very interesting and useful.
Naturally I begin with Russian language and immediately meet problems/
1. When I type cyrillic symbols in property window, they are unreadable in form (screenshot001.jpg). It is usual problem, because almost all programs in localized Windows in Russia usen't UTF-8 but codepage cp1251.
2. Next problem isn't with codepage as I suppose. When I try to set not only Label of the field but Hover text, the title of the field was immediately changed (screenshot002.jpg). In source the value of Hover text was in tag <label>:

<!-- Start Formoid form-->
 <form action="" id="formoid" style="background-color:#FFFFFF;" title="">
         <div>
                 <h2 class="title">Static Header</h2>
         </div>
         <div>
                 <label class="title">Input Text</label>
                 <input type="text" name="field1">
         </div>
         <div>
 !!!             <label class="title">à žà ¿à ¸Ñ à °à ½à ¸à µ</label>
                 <textarea name="field3" cols="20" rows="5"></textarea>
         </div>
         <div>
                 <input type="submit" name="field2" value="Submit">
         </div>
 </form>


The value of property Label is invisible in source.

I hope it will be corrected.
If you are interested, I can translate html form image submit interface into Russian, this work is not too great :-)
Sorry for my English.

Regards, Lev