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?
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?
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?