Download Counts and Ratings

I am currently building a download database for our site and have managed to use Formidable to build the majority of it.   How ever I need some hints as to how to go about the next few items.   1. Add a Download Count to the display and increment when the file is downloaded [...]

Redirecting to current page after login

There are a couple of options on the site I am building where I want users to be logged in to post forms, at the moment I have set the “not logged in message” to send them to the log-in page with a redirect back to the home page using ?redirect_to=home, but I would prefer [...]

Computing Rating from field

Sorry me again.   I have a child form for Comments, which include a Rating field.  What I want to do is show the Rating value for a specific parent.   I have written a shortcode function following your instructions to count the number of comments for the currently displayed function rjt_frm_stats($atts, $content = null) { [...]

Editing Existing Entries

I have found the [editlink] option,  but when I select that it edits in the “admin” screen, I want to use a specific page.   I have also found the which works fine on a page with a submit form except they appear with a title of a date and I need the “Titles” for [...]

Admin Approval Update – How to edit a single field

My new “system” is nearly finished,  but I need to build a quicker way of approving entries. Before I go and try and work out my own method,  I just wondered if there is a scrap of code which would help me.   All I want to be able to do is add a link [...]

Replacing Attached Files and Changing field value

I have a small download manager written using Formidable,  users have the ability to upload 1 file with in the form and edit some fields (description, title etc). How ever the problem is if they upload a replacement attachment the old one is not deleted and the uploaded file is renamed. For example I create [...]

Edit date time and send email on edit.

Is it possible to access and or record an edit date time,  if not is it possible to update the created date time to the last edit date,  using the ‘frm_after_update_entry‘ (action)? Also ideally I would also like to trigger the email to be resent.  Effectively making an edit of an existing record work much [...]

Include Formibable Data in main WordPress Search

Is it possible to selectively add Formidable forms into the information searched by the WordPress search. At the moment there are two search methods on the site one which searches the Pages and Posts and one for Formidable and ideally think I would like to have one search box for both.

Location in Database of files linked to forms

The plugin store I built last year has now gone live and I need to add a monitor to the main software to check the plugin versions. I need the code on the server to work outside of WordPress,  I can easily find most of the data I need in the items meta file,  but [...]

RSS Feed – the last hurdle

I have built a standard RSS feed using simple custom displays and a custom page template. This works well,  but I need to protect the html with a CDATA section,  or clean out the html from the description field. I have tried both Sanitize options, but neither does quite what I want. Just adding <![CDATA[this is [...]