I have a requirement to send the users profile data to a third-party as part of the registration process. I can't see any obvious way to do this other than a custom SQL export. Is this possible at all?
Process would be Signup, Export as PDF or similar and user emails document to third-party.
We don't provide any PDF exports, but CB Privacy can provide a standardized JSON format for exporting the users data. If you need to push data to an external service though you ideally should use CB Auto Actions for that. So for example after a user registers you could use a Request action to send a HTTP request to your external service with whatever data you need to send. This would entirely avoid the user needing to do anything and would be automated.
If you still need PDF export the only thing I can think of is to use CB Content Bot and add substitutions to a Joomla article then turn on Joomla's print button. From there they can save as PDF (all modern browsers provide this). There's probably 3rd party Joomla extensions that can also provide PDF generation and if they support Joomla content plugins you'll be able to easily substitute in their profile data. Take a look at the below tutorial to see how substitutions work.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.