I've created a page so users can edit custom fields in their user profile via a form. The form uses the "gform_after_submission_" hook and the WordPress "update_user_meta" to update information. I've done this a few times for a few sites and it works great... HOWEVER... this time I'm using the "Page Breaks" in Gravity Forms and it's goofing up the textareas.
When I enter a textarea field it will not keep the data from one page to another and therefore won't update the field. I know it's the "Page Breaks" that goofs it up because if I remove them it keeps the content in the textarea... and if I move the textarea to the "last page" it works.
Any ideas on this?