User Post
10:18 pm May 26, 2010
dollarpermile.com
I would like to edit the [sidbar-contact.php] file of my theme (ClassiPress) and display a form that I have created with formidable..
Plroblem is that I am not very php savy and not sure what to look for or how to insert form…
Can someone help me?
And if there is a way to charge people to fillout form this would be great too…
Thanks.:0)
10:08 am May 27, 2010
Steph
You can use:
<?php echo FrmEntriesController::show_form(2, $key = '', $title=true, $description=true); ?>
8:49 pm June 9, 2010
dollarpermile.com
I've used that code.. but problem is WP doesn't populate the databse with that code… Its only good for sending me an email from what I can see…
12:29 pm June 13, 2010
Steph
The entry is always saved to the database, but you can only access the old entries with the Pro version. If you receive an email, than the entry has been saved. Where are you expecting the entry to be saved in the database?