How to get form_id correctly
-
Hi,
I have a function working at ur_user_status_updated that helps me create some categories and stuff during user registration. Now I’m implementing 2 more registration forms for two different profiles and I need to make sure that I am working with the correct form. Since this handling occurs after the registration is done I just need to know the source form id or even the name or slug so I can conditionally run my functions.
I believe the syntax is: get_user_meta( $user_id, ‘ur_form_id’ ) but I need to be sure.
Thanks!The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to get form_id correctly’ is closed to new replies.