Chronoforms and Community Builder Registration

myrajoi 06 Apr, 2009
Good afternoon,

Being the good little newbie that I am, I have scoured this board for 3 days working different fixes to my problems, and alas - its not working.

I have a nice registration form built in Chronoforms that WORKS BEAUTIFULLY! It sends an email with a file upload and all! NICE!

However, the data does not appear in Joomla users or CB users. This is a simple little environment, the user will not even have access to their profiles. It is a "job" site, where the user submits the information and the profile comes up under CB Profile List.

When I enter the data in the backend, it works great.

[list]I have enabled DB Connection and storage of data in jos_users (was jos_comprofiler)[/list]
[list]I have Joomla user registration enabled[/list]
[list]Under CB registration, I have "same as global allow..."[/list]
[list]Require admin approval: yes[/list]
[list]Send confirmation email: no[/list]
[list]I have the CB registration enabled in forms management[/list]

I can't figure out what's wrong here. Can anyone help me? I am so lost. I tried so hard.
Max_admin 07 Apr, 2009
Hi myrajoi,

unfortunately, your steps has many wrong!

there isa tutorial at the Downloads/Chronoforms tutorials/ area but here are the steps quickly:

#1- in the form, enable the CB plugin OR the Joomla registration plugin, NOT BOTH!! depending on what you will use!

#2- config the plugin you enabled!

thats all! no DB connection or whatever else!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
myrajoi 07 Apr, 2009
Thank you, but I may have been unclear.

I have enabled ONLY the CB PLUGIN, not Joomla PLUGIN. Plus, how would you disable one if both had been enabled by accident?
I changed the parameters of the table to store data in - we need to store CC#s. Does using a table to insert data create a problem?

I correctly configured the CB plugin per the instructions. However, the data is submitted via email and still does not show up in the registration.

When you say there is a tutorial for the CB plugin, I only find one for the Joomla registration. Can you tell me which tutorial you are referring to? This one is one I have been using.

I really appreciate all your help, I am sure this is a simple issue since I am a newbie. Please help, thanks!
myrajoi 07 Apr, 2009
I took screen shots of all my configuration and form code is listed here. I have read, and re-read everything that was suggested. I reinstalled Chronoforms last night.

<div class="form_item">
  <div class="form_element cf_heading">
    <h1 class="cf_text">Applicant Registration</h1>
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">First Name</label>
    <input class="cf_inputbox required validate-alpha" maxlength="150" size="30" id="text_1" name="firstname" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Last Name</label>
    <input class="cf_inputbox required validate-alpha" maxlength="150" size="30" id="text_2" name="lastname" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">User Name</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_4" name="username" type="text" />
<input name="password" value="abc123" type="hidden" />
<input name="vpassword" value="abc123" type="hidden" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Email Address</label>
    <input class="cf_inputbox required validate-email" maxlength="150" size="30" id="text_5" name="email" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Phone Number</label>
    <input class="cf_inputbox required validate-number" maxlength="150" size="30" id="text_13" name="phone" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Billing Address</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_3" name="billing_addr" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">City</label>
    <input class="cf_inputbox required" maxlength="150" size="30" id="text_7" name="city" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">State</label>
    <input class="cf_inputbox required validate-alpha" maxlength="2" size="2" id="text_6" name="state" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_dropdown">
    <label class="cf_label">Credit Card Type</label>
    <select class="cf_inputbox validate-selection[]" id="select_10" size="1" {cf_multiple} name="cc_type">
    <option value="">Choose Option</option>
<option value="Amex">Amex</option>
<option value="Discover">Discover</option>
<option value="Mastercard">Mastercard</option>
<option value="Visa">Visa</option>

    </select>
    
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Credit Card Number</label>
    <input class="cf_inputbox required validate-number" maxlength="16" size="16" id="text_9" name="cc" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label">Security Code</label>
    <input class="cf_inputbox required" maxlength="4" size="4" id="text_8" name="cvv" type="text" />
  
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_fileupload">
    <label class="cf_label">Picture</label>
    <input class="cf_fileinput" size="20" id="file_12" name="picture" type="file" />
    
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_fileupload">
    <label class="cf_label">Resume</label>
    <input class="cf_fileinput" size="20" id="file_11" name="resume" type="file" />
    
  </div>
  <div class="clear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_button">
    <input value="Submit" type="submit" />
  </div>
  <div class="clear"> </div>
</div>

Chronoforms and Community Builder Registration image 1

Chronoforms and Community Builder Registration image 2

Chronoforms and Community Builder Registration image 3

Chronoforms and Community Builder Registration image 4

Chronoforms and Community Builder Registration image 5

This is the link to the site: http://www.southfloridadiveshop.com

And the registration form: http://www.southfloridadiveshop.com/index.php?option=com_chronocontact&Itemid=2

Can you see what the problem is from the above information? I also reinstalled Community Builder last night. I have no problem with the data inserting into a table when I select that option, but when I configure the CB Registration plugin, the data goes no where.
Max_admin 09 Apr, 2009
Hi myrajoi,

I tested this in RC4 and there was no problems, do you have RC4 ?

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.