formidable-reports on word press page

Good mornign, As I can use shorcode formidable-reports to show a report in one page of the frond end of word press   Regards,

Delete short code question (not using dropdown)

Hi, First of all thanks for this amazing plugin. In my case i want to display (entered)user list and from the list if i click on the user name it will rediract me to its edit page and able to edit user details. I did this using  this code for 12 no form login user will redirect to 131 [...]

Copy one from entry to another having same field name.

Hello, I want to copy one from entry to another having same field name. I have six form. Form id=9,11,12,14,15 and id=48. In for 48 i have all the fields of other form and in last i have drop down to select later form  id=9,11,12,14,15. Form 48 is temporary record to save data, After conforming user will set that form to final [...]

How to add WordPress user select dropdown in formidable form.

Hello,   In my project, I want to add specific user data from front-end. In that form I need to give wordpress all users (subscribers)  dropdown to select and add that form data for selected users. In short how to add subscriber users in  formidable form dtopdown dynamically. Can we use frm_setup_new_fields_vars filters to do this ? [...]

formresults display if some entry value equal to this.

Edit Custom Display ‹ iReporting Cloud Medicine — WordPress

Hello,   I want to user formresults to display entry grid. Now in my platform I have patient id field for every patient. And I want to show formresults grid if  patient id = loggedin user id. For this i have created separate shortcode. add_shortcode(‘formresults_p’, array(&$this, ‘get_form_results_p’)); patient_id function get_form_results_p($atts){ extract(shortcode_atts(array(‘id’ => false, ‘cols’ => 99, ‘style’ [...]