| Post |
|
New Member | eliZZZa posts 2 4:32 pm February 24, 2009
| |
|
|
Sorry, for an inferior stupid question – I have no idea of PHP but need to output cforms data into a page.
Tried this
<?php $array = get_cforms_entries('','','','',''); ?>
But I kniw I am missing something – any hint for me?
Thank you so much in advance
eliZZZa from Vienna
|
|
|
Member | Petervs posts 8 5:02 pm February 24, 2009
| |
|
|
hey elizzza
where did u findto use
<?php $array = get_cforms_entries('','','','',''); ?>
im looking to do the same thing, so maybe i can help if you show me where it tells you to out put results into a page
thanks
Peter
|
|
|
Guest
| eliZZZa 5:52 pm February 24, 2009
| |
|
|
Hi Peter,
I found it in the help-documentation of cformsII under API-something… Along with some samples of the $array code, but the enclosing PHP is missing, plus there must be something essential I am missing.
Thanks for trying to help!
eliZZZa
|
|
|
Moderator
| Paul Amsterdam, NL posts 421 9:19 pm February 24, 2009
| |
|
|
Hi!
The Forum Search can work wonders ;-) Just found this post, should help you guys.
P.
|
|
|
|
|
New Member | eliZZZa posts 2 11:10 pm February 24, 2009
| |
|
|
Peter, you are a Schatz!!!
Well I searched for hours and didn't find anything – thank you sooo much!
eliZZZa
|
|
|
Guest
| Martyn 6:56 am April 7, 2009
| |
|
|
First of all thanks for this great plugin. It works great as an interactive briefing form for my producers.
However I am now trying to extend its usefulness by getting it to post the entries to the page but since I am a PHP idiot this is causing me some grief. I have searched these forums at length but no one has really given me a clue as to what I am doing wrong.
I have created a new clean template called it brief.php and have selected a new page in wp using it. However what's the code I need to generate something on the screen. The help file doesn't really go into any depth on this. My brief.php page currently looks like this:
<?php
/*
Template Name: Brief
*/
?>
<?php $array = get_cforms_entries()
?>
Can someone please point me in the right direction?!
|
|