Forums

CB isn't saving 1 field?

brononius 02 Sep, 2013
Hmmm,

I've create a form where users can register themselves as a volunteer. And at the same time, a joomla user is created with some extra fields in Community Builder.
This is working great, except for 1 cell, the street.

I've already tried to create a new colomn (cb_street instead of cb_straat) in the database. With another field in the form. But each time, he simply doesn't want to save this. 😈

Other fields (like fe city, phonenumber...) are working correctly?

<div class="ccms_form_element cfdiv_text" id="cb_straat_container_div" style="">
<label for="cb_straat">Straat & nr</label>
<input id="cb_straat" maxlength="150" size="30" class="cb_straat" title="" type="text" value="" name="cb_straat" />
<div class="clear"></div>
<div id="error-message-cb_straat"></div>
</div>


<div class="ccms_form_element cfdiv_text" id="cb_telefoon_container_div" style="">
<label for="cb_telefoon">Telefoon</label>
<input id="cb_telefoon" maxlength="150" size="30" class="cb_telefoon" title="" type="text" value="" name="cb_telefoon" />
<div class="clear"></div>
<div id="error-message-cb_telefoon"></div>
</div>


When I add a debugger at the end, it's nicely saying: cb_straat = Small Test Street.

I've got also a mail action with it, and in this template, I've got {cb_straat}, and guess what: this is working. 😲


Any idea how/where I can check next?
brononius 02 Sep, 2013
Ahh, found it...

You must keep the fields in Community Builder also 'active'.
I had deactivated the field, and once I reactivate the field, it's working again...

So apparantly it's not only a link with the tablecolomn. Does something more. 😶
GreyHead 02 Sep, 2013
Hi brononius,

My recollection of CB is that the table structure is quite complicated with some tables pointing to columns in other tables. I suspect the ChronoForms uses some of the CB methods to do the registration.

Bob
This topic is locked and no more replies can be posted.