Support

Account

Home Forums General Issues Update_field not working for front end user creation Reply To: Update_field not working for front end user creation

  • @hube2 I’ve narrowed it down to the fact that on update/edit, it is expecting a number as opposed to the ‘user_number’ string. If I hard code the id ’60’ and then update that user it works.

    Do you know how I can differentiate between user creation and user update so I can pass just the user id for updating and use the ‘user_’. when creating a user?