Create custom displays to pdf

A excellent add-on it’s the way to easily save/ export to pdf the custom display’s output’s. If you are interested I’m paying for this. Best regards    

Form data to Word and/or PDF document

I’ve searched the forums and pages for this option (that is to export fields to a template Word or PDF doc to be emailed to specified users) and understand that it is possible, albeit with some coding assistance. Has anyone done this successfully yet or is able to steer me in the right direction to [...]

Submit Button Labels are wrong

Screen shot 2012-05-17 at 12.17.05 PM

I have 25 forms on one page. I know it sounds like a lot but they are in a jQuery Accordion… The problem I am having is after about the 20th form that was added to the page the submit buttons have started to default to Update even if it is not an update operation.  I [...]

Fields from other forms in custom displays

Hi, I have a summary page where I am using a custom display to list entries from a form in rows. The form is for companies, who are registered as users when they fill out the form. They then go on to fill out multiples of various other forms and then make a payment at [...]

Add Uploaded MP3 To A Custom Field

How do I pass the MP3 url uploaded via Formidable to a custom field? I have a form with afield called “MP3 File”, in settings I have it set to add the file from this field to the custom field “enclosure”. The problem is it’s not doing it, it simply passes a set of numbers. [...]

Waiver Signature Requirement

Is there any way to create a form (with formidable forms), in my case a waiver that requires a signature from visitors to my site that want to sign up for an event? In addition i need to be able to collect this waivers (in electronic format) as a record, so i could print them [...]

Display User Profiles on Created Page in Sidebar

problem

Hi Stephani and Steve Its me again. Firstly you two are both FANTASTIC this plugin and support has really opened up many doors for my creative design needs. It must be the lack of sleep but I cant figure this one out ive tried almost everything from the knowledge base and Help desk. Its honestly [...]

Multiple Emails from only 1 form Submission

If someone fills out the form on my website, it actually sends the exact same form to my email three times. I see where you can change the email and add other addresses, but I only have the one. I tested the auto-reply as well but that sent 3 “auto-replies” to the person submitting the [...]

How to display HTML code that is inserted in field and more

productform

I creating a form to make creating listing for eBay easier for me. Basically I have an HTML template that has a header, menu, and information about our company that does not change. Then within the template there are areas that DO change like the product picture, product description, product features, etc. I’m wondering if [...]

PayPal adding taxes

Hi, I am using the paypal add-on. I would like to submit a separate 13% tax to the payment. When creating a paypal button this is a simple bit of code. How do I add to submit the taxes to paypal automatically? (I am temporarily simply adding a field for before_tax, tax, and the total [...]

Mailchimp groups support?

mailchimp groups

I have several MailChimp lists, and one list that has a number of groups in it. I need a form that can have checkboxes for some lists, then checkboxes for each group within that one list. Does Formidable support MailChimp groups?

format column headings when displaying entries

I am using the formresult id=x…] styled short code and need to control the text that is displayed as the column heading.  Is there a mechanism for this?

Single Field Update Refreshing Page

I’m using the shortcode to update a single field’s value in a custom display. It works great, but is there a way to refresh the results? I get the confirmation message and the field updates, but I need to refresh the browser to see the results. This is the shortcode in the custom display loop. [...]

How to add a line break on parragraph text fields?

Hi everybody, I need help adding a line break at the end of a cycle in a parragraph text field. I have tried “backslash n”,”<br/>”, “backslash r backslash n”, and nothing seems to work.  Besides that, I also need to clear all text in the field before the cycle starts. I can do this by using “$(“#field_summary”).val(“”);”, [...]

Plugin question regarding display of data

I have a quick question regarding Formidable. We have an admin user who will enter tasks in from the front-end and view all tasks.  They will assign these tasks to different users.  The non-admin users who login will only be able to see in the front-end their own tasks that they’ve been assigned to. Is [...]

Merge data from two forms for exporting

hello all- new to Formidablepro here. I am building a scholarship application form that requires the student to submit a form and a “reference person” to submit a separate “reference form” on behave of the student.  I am trying first to determine what would be the best approach for this solution. I  thought about having the student form generate a PIN number that will be [...]

Different redirects based on user

Is it possible to have different redirects on form submission for different user roles? I have a form that new users will need to fill out and other users need to edit, but I’d like it to redirect to different places. That is, if it’s being filled out for the first time I want the [...]

Export Form Entries by Date

Is there a way to export Entries a week at a time?  Or, is there a way to search the Entries by date for one week at a time?

using registration data inside an article

hi, i have a short question: how can is use data from the registration form within an article? i found that i could use [user_meta key=user_email] for posting the user´s email address, but what about all the other data from the registration addon (eg. the address information), how can i also use/call that information (or other [...]

Can I have my form call a JS function onSubmit?

Using Formidable Pro can I customize the form to call a JavaScript (jQuery) function?