There is no character limit in Gravity Forms. Are you experiencing a character limit? If so you are experiencing a theme or plugin conflict.
The database table you are inspecting does indeed limit the value of 200 characters, but that is because that isn't the full lead data. That is a lookup table. There is another table called wp_rg_lead_detail_loing where the full value is stored.
If your text content is being truncated to 200 characters than you have another plugin or theme that is causing a code conflict and causing this issue to occur. You would have to test for plugin and theme conflicts.
To test for a theme conflict:
- Activate the default Twenty Ten theme
- Check to see if the issue occurs
To test for a plugin conflict:
- Deactivate ALL plugins
- Activate Gravity Forms
- Check to see if the issue occurs
If it does not, then one of your plugins is causing a with Gravity Forms. To narrow it down follow the steps below:
- Activate each plugin one by one
- Check to see if the issue occurs after each one
A way to speed this process up is instead of activating them one by one, activate them in groups... say 5 at a time... and then when you encounter a group that causes the issue to occur, deactivate that 5 and then activate them one by one and test after each one.
We can't prevent themes or plugins from causing conflicts, it's just a fact of life with WordPress themes/plugins, especially when running large numbers of them from a wide variety of sources. This can happen when the plugin or theme doesn't isolate when and where it executes code.
Let me know how it goes.
Posted 13 years ago on Friday April 22, 2011 |
Permalink