FormBrowser User Record View is Empty
Posted: Thu Apr 18, 2019 10:54 pm
I'm trying to display FormBrowser records in frontend and list view works just fine and i'm getting all records. But Record View is empty!
I'm using default User List Template and User Record View Template.
I've tried to see info on the template vars with <pre>{$resp|print_r}</pre> but output is empty
Are i'm forgetting activating something or is this a bug in the FormBrowser User Record View Template?
And i should mention i've tried to use both Simple Browser Type and Advanced Browser Type and display is set for fields in both list view and user record view.
And i've also tried to call the fields directly like {$resp->names[1]} and {$resp->values[1]} to no avail.
----------------------------------------------
Cms Version: 2.2.10
FormBrowser: 0.5
FormBuilder: 0.8.1.6
I'm using default User List Template and User Record View Template.
I've tried to see info on the template vars with <pre>{$resp|print_r}</pre> but output is empty
Code: Select all
stdClass Object
(
[values] => Array
(
)
[names] => Array
(
)
[fieldsbyalias] => Array
(
)
)
1
And i should mention i've tried to use both Simple Browser Type and Advanced Browser Type and display is set for fields in both list view and user record view.
And i've also tried to call the fields directly like {$resp->names[1]} and {$resp->values[1]} to no avail.
----------------------------------------------
Cms Version: 2.2.10
FormBrowser: 0.5
FormBuilder: 0.8.1.6