Page 1 of 1

FormBuilder/FormBrowser: Frontend User Binding not working

Posted: Thu Feb 09, 2017 5:19 pm
by webform
I'm trying to setup a form in FormBuilder which store result in FormBrowser and have FrontEnd User Binding set to Yes, but it doesn't seem to work.

The submission in the form is stored in FormBrowser, but the form is not filled with the submitted data so the logged in user can see the submitted data.
Each submission just creates a new record in FormBrowser.

I've tried 2 different FormBuilder tags and no difference:

Code: Select all

{FormBuilder action='feuserform' form='myform'}
{FormBuilder form='myform'}
I've tried both to set the form "Display form inline" and disabled and no difference.

Is there something i'm missing to get " FrontEnd User Binding" to work or is maybe a bug?

Code: Select all

Cms Version: 2.1.6
Installed Modules:
AdminSearch: 1.0.2
CGCalendar: 2.1.4.3
CGContentUtils: 2.2.1.1
CGExtensions: 1.53.17
CGHeadMaster: 1.0.9.2
CGSimpleSmarty: 2.1.6
CGSmartImage: 1.21.5
CGSnapshot: 1.3
CGUserDirectory: 1.5
CMSContentManager: 1.1.4
CMSMailer: 6.2.14
CustomGS: 3.0
DesignManager: 1.1.1
FileManager: 1.5.2
FormBrowser: 0.5
FormBuilder: 0.8.1.4
FrontEndUsers: 2.3
Gallery: 2.2
JMFilePicker: 1.0
MicroTiny: 2.0.3
ModuleManager: 2.0.5
Navigator: 1.0.3
News: 2.50.6
Search: 1.50.2
SelfRegistration: 1.10

Re: FormBuilder/FormBrowser: Frontend User Binding not worki

Posted: Thu Feb 09, 2017 7:52 pm
by webform
Some more tests and a somewhat strange result;

It kinda seems to be a browser problem ???

Safari = No FrontEnd User Binding.
FireFox = FrontEnd User Binding OK.
Chrome = FrontEnd User Binding OK.

Why Safari doesn't load previous submitted form data and mark checkboxes as selected is a mystery.
I can't figure out why it should be an issue for a browser to show checkboxes as selected!!!

Re: FormBuilder/FormBrowser: Frontend User Binding not worki

Posted: Thu Feb 09, 2017 8:00 pm
by webform
Sometimes i really hate browsers like Safari >:(

A restart and Safari start to load form data.

Lesson learned - If something seems like a bug, try a restart (sigh).