Hi, I am a novice at this so please can any answers be in very basic terms?! I have a formidable form set up and the entry ID has started at the number 1, as you would expect. However I would prefer it to start at 1000 and then count up from there. I am [...]
display-frm-data filter
How to Maintain a Dell XPS M1530 Battery
If you want to work in the information t If you want to work in the information technology sector, first you will need to finish some schooling.A bachelor锟絪 degree in computer science is probably the best route, although you may even decide to get a master锟絪 degree if you really want to get a high [...]
Paypal email delay (multiple forms)
Hi Stefanie, i’m using this code to delay an email being fired off until payment has been made. add_filter(‘frm_to_email’, ‘stop_the_email’, 20, 3 ); function stop_the_email($emails, $values, $form_id){ if($form_id == 5){ //change 5 to the ID of your form if(isset($_POST) and ((isset($_POST['payment_completed']) and $_POST['payment_completed']) or (isset($_POST['action']) and $_POST['action'] == ‘send_email’))) return $emails; else $emails = array(); [...]
Formidable Multi-Currency Plugin
Tables not cleaned up on removal – getting warning messages now
I installed Formidable Lite on a multisite install to test. While I like Formidable and it seems to be a good product (use it on client websites sometimes) , I decided to go with another product. However now that I have removed Formidable Lite I get an error message when signing up a new site: [...]
Show Message Before Redirect After Opt In?
Form Styling Again
Select Image from Media Library
URGENT PLEASE! Time field not displaying properly
Show one field of the form in the widget
Auto Import Entries into a Form
Progress Bar with frm-stats

I’m making an attempt to combine the Symple Shortcodes plugin with Formidable to create a progress bar across a user’s entries. What I’ve found is that a single numerical field value from a single entry works, but if I try to use , the value isn’t passed to the progress bar shortcode. Here’s the example [...]
Adding social network icons with links for subscribers
Paypal payments in Hebrew

Hi team and all, I’ve started using the Formidable payment plugin (I’ve been using and loving formidablepro for a long time!). We are using our paypal account to accept payments, but the when I send to paypal a text in Hebrew (that’s the purchased item’s name), it appears in paypal in gibberish characters. I tried putting in [...]