Skip to content

Releases: meshesha/SimplePhpFormBuilder

v1.6.1

04 Jul 14:57
ddd860e
Compare
Choose a tag to compare

composer update

v1.6.0

05 Sep 21:37
131b35c
Compare
Choose a tag to compare
  • added organization departments tree.
    • added tree view.
    • added table view.
  • added new publishing type (5-departments (dep), 6-departments Anonymously (dep Anonymously)).
  • added user info in form.php.
  • added logout option in form.php.
  • fixed - when form published as public, and when changing "Publish type" option to "Groups" groups list not appear.
  • fixed login issue.

v1.5.3

28 Aug 14:18
97caa65
Compare
Choose a tag to compare
  • fixed issue in formadmin.php.
  • fixed - in form builder mode ("Form Template") (index.php) - not save default table columns.
  • fixed - in form builder mode ("Form Template") (index.php) - remove column in table attr issue.
  • fixed - in about window - "check for update" issue.

v1.5.2

24 Aug 23:37
10ec741
Compare
Choose a tag to compare

fixed login issue in form.php when publish type is for groups.

v1.5.1

24 Aug 23:00
673d3fe
Compare
Choose a tag to compare

fixed formBuilder.js issue in form.php

v1.5.0

10 Jun 21:13
acf0354
Compare
Choose a tag to compare
  • approved form-builder preview popup.
  • added user details (user id, name , email) in submission form details (formadmin.php)
  • added custom form style editor for advanced CSS programmers.
  • added clear button to form.
  • added ability to customize submit and clear buttons.
  • fixed some bugs.

v1.4.2

08 Jun 00:09
df4ea56
Compare
Choose a tag to compare
  • fixed - in form viewer (form.php) and form manger (formadmin.php) special Characters (",')
    appears in html code inside select options inputs ( &quot).

v1.4.1

07 Jun 13:38
b2eb3de
Compare
Choose a tag to compare
  • fixed - Anonymously groups form not accessible.

v1.4.0

06 Jun 21:02
69187e3
Compare
Choose a tag to compare
  • added full screen mode in dialogs windows (index.php - v, formadmin.php - V).
  • added in "about" page dynamic app ver.
  • added in "about" page check update button.
  • "General Form Style" edit window - change to only one center preview window instead two.
  • add RTL support for the forms only.
  • add confirm password input in users update settings.
  • fixed debug mode in login.php.

v1.3.5

05 Jun 17:12
d4b1243
Compare
Choose a tag to compare
  • if the form labels are Unicode characters (e.g: hebrew) the the text in the head of datatable in formadmin.php appear in code mode (uXXXX).
    • fixed by adding JSON_UNESCAPED_UNICODE ($form_labels_str = json_encode($form_labels_ary, JSON_UNESCAPED_UNICODE);) in set_data.php