I use a multistep gravity form with User Registration add-on. In the User feed I am updating some user’s meta field. But they only update after the form is submitted. How to update them when the user just moves from one step to another?
Hi Pavlo. By default, the User Registration feed is processed only when the form is submitted. If you want to perform an update to the user’s meta after receiving the information on one page of a multipage form, when going to the next page, take a look at the gform_post_paging
hook:
You could update the user’s meta using the WordPress function update_user_meta
:
Chris, thank you for the answer, but still I don’t clearly understand how to use this hook, I want to update the user meta with the values he/she enters in GF input fields. And when he goes to step 2 from 13 step form the user meta should be updated and so on with all next steps.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.