You've mentioned upcoming Joomla forms but I have a very simple use case, and I'm wondering if there's anyway I could get this to work today.
Is there any way to embed a CB custom field into an article that offered
1) a form for multi-select checkboxes (like in profile edit), and then submits the choices, or
2) just show the choices already selected.
What I'm trying to achieve is to let a group's members select which of 4 dates they prefer for an event.
There needs to be somewhere to save that data. The easiest way to do that is a form builder extension (something we're also planning as a future product!). If you're meaning you want them to edit a profile field within an article then that's certainly doable using CB Core Fields Ajax and a substitution.
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.
Thanks for that. I hadn't tried the Ajax before but I got an editable checkbox field working fine from with JEvents. It was a little tricky because of the multi-value field.