Hello,
I have made a form using chronoform. what I want is that when user clicks on "Submit" button the entry should be stored into community builder's database.
- I have used a plugin which connects chronoform with CB. But dont know how to proceed further .
This is my form's code for reference:
-- I am attaching file which shows the database connection page of chronoform. I am not too sure which database to select. Please help.
Thanks in advance.
I have made a form using chronoform. what I want is that when user clicks on "Submit" button the entry should be stored into community builder's database.
- I have used a plugin which connects chronoform with CB. But dont know how to proceed further .
This is my form's code for reference:
<div class="t1">If you are a Corporate Trainer or a Motivational Speaker and you want to reach your fans through this webportal.Please send your profile with a scanned photograph to us</div>
<br /><br />
<div class="t2">Submit Your Profile</div>
<br/ ><br/ >
<table>
<tr>
<td>Name/Company Name : </td>
<td><input type="text" name="username" /></td>
</tr>
<tr>
<td>Office Address : </td>
<td><input type="text" name="cb_address" /></td>
</tr>
<tr>
<td>City : </td>
<td><input type="text" name="cb_city" /></td>
</tr>
<tr>
<td>State/Proinces : </td>
<td><input type="text" name="cb_stateprovince" /></td>
</tr>
<tr>
<td>Country : </td>
<td><input type="text" name="cb_country" /></td>
</tr>
<tr>
<td>E-mail : </td>
<td><input type="text" name="email" /></td>
</tr>
<tr>
<td>Website : </td>
<td><input type="text" name="cb_website" /></td>
</tr>
<tr>
<td>Upload trainer’s picture/ Company Logo: (maximum 40 kb)</td>
<td><input type="file" name="avatar" /></td>
</tr>
<tr>
<td>A brief profile : </td>
<td><textarea name="cb_briefprofile"></textarea></td>
</tr>
</table>
<input type="submit" name="submit" value="Submit" />
-- I am attaching file which shows the database connection page of chronoform. I am not too sure which database to select. Please help.
Thanks in advance.
This topic is locked and no more replies can be posted.