How do I add custom fields to Gravity Forms? [closed]

You can create a separate conditional text field. Create a multiple choice question with your three options plus your “other” selection. Enable the value fields and assign a value of “0” or “-1” to “other.” Add a text box next and then go to the “Advanced” tab and check “Enable conditional logic.” Configure the appropriate … Read more

Gravity Forms: Limit entries by number of times of a certain field value and date

This is possible with my GW Submission Limits. It supports limiting by any number of submissions for almost any time period and can be filtered by field value. Update To more specifically address your scenario, here’s a query that will return the entry count for one of your values. SELECT count( l.id ) FROM wp_rg_lead … Read more

Gravity Forms ExactTarget Add-on Plugin: Nothing happens after step 2 when creating a new feed [closed]

It appears that there are some SimpleXMLElement objects in the array that is to be serialized in stack trace above, and as the error says, ‘Serialization of ‘SimpleXMLElement’ is not allowed.’ Boo. I tried to figure out how to modify the response so it replaces all the SimpleXMLElement objects, but this was a pain. I … Read more