Page 1 of 1

Formbrowser - Email field just display Array

Posted: Sun Aug 09, 2020 12:58 pm
by webform
I'm using FormBrowser to display user submitted data from FormBuilder on a website.

But some fields from FormBuilder, like Email fields, are just outputting "Array" both in admin and frontend view record.

How do i access the content of these fields or do i have to change the type of field in FormBuilder?

Code: Select all

Cms Version: 2.2.14

Modules:
FormBrowser: 0.5
FormBuilder: 1.0.2

Re: Formbrowser - Email field just display Array

Posted: Sun Aug 09, 2020 4:01 pm
by webform
OK! I've figured out i could pass the value from the Email field to the Computed Field type in FormBuilder and then use the Computed Field in FormBrowser to display the value.