FormBuilder and FormBrowser issues with CustomContent
Posted: Tue Feb 26, 2013 4:14 pm
I have a form set up in FormBuilder. I am passing in some of the FrontEndUser data to pre-populate the form (like this: {FormBuilder form='distributor-form' value_fld33=$ccuser->property('name') value_fld29=$ccuser->property('distributor') value_fld30=$ccuser->property('address') value_fld31=$ccuser->property('phone') value_fld32=$ccuser->username()}) This works just fine.
When the form is submitted, the data is supposed to both be sent to the defined recipient and be saved for viewing in FormBrowser. I'm finding that any fields that I pre-populate are not being sent in the email notification. And, if any fields are pre-populated, the data is not being saved to FormBrowser at all.
I verified this by removing the pre-populating of data (that is, I called the form like this: {FormBuilder form='distributor-form'}). When I did this, all of the fields were sent with the notification email and the data was saved to FormBrowser. Of course, this doesn't solve my problem, as I need for the fields to be pre-populated with the FrontEndUser data.
Here's the version info:
CMSMS 1.11.3
CustomContent 1.8.3
FormBrowser 0.4.2
FormBuilder 0.7.3
FrontEndUsers 1.21.2
Any help would be appreciated.
Thanks.
Angela
When the form is submitted, the data is supposed to both be sent to the defined recipient and be saved for viewing in FormBrowser. I'm finding that any fields that I pre-populate are not being sent in the email notification. And, if any fields are pre-populated, the data is not being saved to FormBrowser at all.
I verified this by removing the pre-populating of data (that is, I called the form like this: {FormBuilder form='distributor-form'}). When I did this, all of the fields were sent with the notification email and the data was saved to FormBrowser. Of course, this doesn't solve my problem, as I need for the fields to be pre-populated with the FrontEndUser data.
Here's the version info:
CMSMS 1.11.3
CustomContent 1.8.3
FormBrowser 0.4.2
FormBuilder 0.7.3
FrontEndUsers 1.21.2
Any help would be appreciated.
Thanks.
Angela