not display information on the form

rtttt 21 Nov, 2010
Hi,
I created a form that I linked a table in my database:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Title:</label>
{title}
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Intro Text:</label><br />
{introtext}
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Submit" name="button_1" type="submit" />
</div>
<div class="cfclear"> </div>
</div>

but despite the association with the database it does not display information:
http://cjoint.com/?0lvncgqHdbP

thank you in advance for your help
GreyHead 21 Nov, 2010
Hi rtttt,

The ChronoForms DB Connection **saves** form data to the database. By itself it will not retrieve or display it.

The Profile Page plug-in will help ifyou want to display a single record; ChronoConnectivity can display multiple records.

Bob
GreyHead 21 Nov, 2010
Hi rtttt,

That's the Emails not enabled. Have you set any up?

Bob
GreyHead 21 Nov, 2010
Hi rtttt,

I didn't see you enable the Profile plug-in on the form plug-ins tab.

Bob

PS If you use the same To and From Email addresses there's a good change that your email will be flagged as spam or dropped. The From address should ideally match the site domain too.
GreyHead 22 Nov, 2010
Hi mehtarito,

The parameter name you put in the Plug-in configuration was cf_id
[attachment=0]22-11-2010 11-49-08.png[/attachment]

But in the URL you used id
[attachment=1]22-11-2010 11-48-20.png[/attachment]

Bob
menyarito 22 Nov, 2010
thank you very much...
excellent forum😀
This topic is locked and no more replies can be posted.