Support Forum

Current User: Guest
Search Forums:


 






How can I use formidable in a php file?

Information/How to
UserPost

10:18 pm
May 26, 2010


dollarpermile.com

 
1

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)

Cool

10:08 am
May 27, 2010


Steph

 
2

You can use:

<?php echo FrmEntriesController::show_form(2, $key = '', $title=true, $description=true); ?>

8:49 pm
June 9, 2010


dollarpermile.com

 
3

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

 
4

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?



Reply to Topic:
How can I use formidable in a php file?

Guest Name (Required):

Guest Email (Required):

Smileys
Cool Surprised Smile Wink Laugh Confused Cry Embarassed Frown
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
3 + 1
   


Information/How to