Please Log in or Create an account to join the conversation.
Update On is deprecated in CB Code Field. Use the Update On feature in CB Core Fields Ajax as it can work with any fieldtype.1. where to find "Update on" option in the CB Code as there is no documentation at all?
They already have a unique number via [user_id]. Aside from that yes you can use a CB Code Field, but you don't need the Update On usage for it. Suggest generating a unique number based off the user id, which will never change. Could be as simple as an md5 of user id + a secret key. Example as follows.Or is there any easy way how to generate unique number for the user just once?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Correct.Thanks, will give a try. One thing on the code - it will work only for existing users, right? So it can't be used during registration.
You may want to consider using CBSubs in that case to accept online payments. Stripe gateway supports ACH Credit Transfers, which are just wire transfers.the thing I want to achieve is to generate a 8 to 10 digit which will be used for bank wire transfer / payment identification during the registration process.
Please Log in or Create an account to join the conversation.