Hi,
I've managed to get the profile plugin working to retrieve details saved when a user registers through Chronoforms, some of it is copied into Community Builder and its working okay. The new user logs in through CB and has a menu to access the saved registration details but am stuck at how to get the modified registration details saved back as an updated record into my CF table.
Any help or redirection to a similar answered post will be appreciated.
I've managed to get the profile plugin working to retrieve details saved when a user registers through Chronoforms, some of it is copied into Community Builder and its working okay. The new user logs in through CB and has a menu to access the saved registration details but am stuck at how to get the modified registration details saved back as an updated record into my CF table.
Any help or redirection to a similar answered post will be appreciated.
Found the answer in this post
Re: How do I call a CF form for editing recorded data.
by nml375 ยป Wed May 26, 2010 10:28 pm
I put the code below at the beginning of my CF form (can go anywhere since its hidden - top or bottom) in the HTML and I was able to update the changed details without duplicating the record.
<input type="hidden" name="cf_id" value="" />
Re: How do I call a CF form for editing recorded data.
by nml375 ยป Wed May 26, 2010 10:28 pm
I put the code below at the beginning of my CF form (can go anywhere since its hidden - top or bottom) in the HTML and I was able to update the changed details without duplicating the record.
<input type="hidden" name="cf_id" value="" />
I know this is old, but did you or anyone figure this out.
Thanks
Maurice
Thanks
Maurice
This topic is locked and no more replies can be posted.