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
			
			
									
						
										
						FormBuilder and FormBrowser issues with CustomContent
Re: FormBuilder and FormBrowser issues with CustomContent
I tried setting value_fld33="Angela" and the field is still not showing up in the email, so apparently the custom content module is not at fault. It appears that trying to set the default value in formbuilder is the issue. Has anyone successfully done this?
			
			
									
						
										
						
