Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
is there any document for this or can you say how can do this? what type of autoaction need to use?krileon wrote: You can register a user through CB Auto Actions for example so a simple HTTP call to the auto action can handle the entire process for you
Please Log in or Create an account to join the conversation.
Create an auto action with Triggers left as None. This then allows the auto action to be executed directly. So you could do a HTML form post to the auto action, a redirect to it, a menu item to it, etc.. As for getting field data you can grab it from POST using [post_INPUT_NAME], GET using [get_INPUT_NAME], etc.. It's recommended to enable Format Functions under Parameters tab and use them to sanitize the data though (e.g. [cb:parse function="clean" method="string"][post_INPUT_NAME],[/cb:parse]).is there any document for this or can you say how can do this?
Registrationwhat type of autoaction need to use?
Please Log in or Create an account to join the conversation.