Add User Form redirect url parameters shortcodes not working
-
I created an Add User Form with three ACF fields (first_name, last_name, dealership_id) and three user fields (email, role, username). When trying to pass the value of the any of the ACF fields as a URL parameter to a custom URL on Redirect After Submit they never get sent.
Value in key field
dealership_id
Tried values in value field
[acf:dealership_id] neither a Post Object field type value and a Text field type value workedExpected URL
/dealership-checklist/?updated=FOJ23FO23_933_u323&dealership_id=1234Actual URL
/dealership-checklist/?updated=FOJ23FO23_933_u323dealership_id=Also, when using the [user:username] or [user:email] shortcodes they send the current user not the newly add user information.
What am I doing wrong? How can I fix this? Thank you.
- The topic ‘Add User Form redirect url parameters shortcodes not working’ is closed to new replies.