Hi,
I created a form that I linked a table in my database:
but despite the association with the database it does not display information:
http://cjoint.com/?0lvncgqHdbP
thank you in advance for your help
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
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
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
Hi,
I used Profile Page plug-ink, but I still have the same result,
+ my form is not enabled
http://cjoint.com/?0lvr5k7AqIL
Thank you
I used Profile Page plug-ink, but I still have the same result,
+ my form is not enabled
http://cjoint.com/?0lvr5k7AqIL
Thank you
always the same result 😟
here is my setup:
http://www.youtube.com/watch?v=n89exv8UYAs
thank you in advance
here is my setup:
http://www.youtube.com/watch?v=n89exv8UYAs
thank you in advance
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.
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.
Hi,
after enable the Profile plug-in, it gives: [attachment=0]1lwjZg8CPp_rrrr.jpg[/attachment]
pulgin configuration is correct but it is the {title} and {introtext}
who do not have values, Yet I applied what is in the tutorial
http://greyhead.net/how-to-docs/chronoconnectivity-view-details😟
Thank you
after enable the Profile plug-in, it gives: [attachment=0]1lwjZg8CPp_rrrr.jpg[/attachment]
pulgin configuration is correct but it is the {title} and {introtext}
who do not have values, Yet I applied what is in the tutorial
http://greyhead.net/how-to-docs/chronoconnectivity-view-details😟
Thank you
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
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
This topic is locked and no more replies can be posted.