Please Log in or Create an account to join the conversation.
It would just redirect every time they update their profile. If you need it to do so only after specific conditions you can configure those under the Conditions tab.This may not be what I am looking for. What is going to trigger this in the first place? That's the problem I have, too many variables for an automated trigger. I just don't know how to go about setting up a trigger. I could post the requirements my client sent me. It's a mess to set an online system to do.
I suggest using a single multicheckbox field and set Minimum Select to 8. That should guarantee at least 8 options are selected.I really want them to see what they have done in a tab and have checkboxes to trigger the actions. Nothing else seems doable. They have 64 choices and only need to pick 8. So a progress option is out since I can't know what they will choose. A required field option is out since not all categories have any requirements in them. It's really a matter of them seeing what they have done and clicking a checkbox then the update button to trigger something. This needs to be in a tab I think?
Yes, but if they haven't saved their profile it hasn't been stored yet. So there's nothing to query for. In addition to that it doesn't just dynamically update the query field on your tab. To dynamically refresh a field you need to use Update On provided by CB Core Fields Ajax, which even if used you again can't utilize CB Query Field because nothing is stored yet.Can the database queries be shown in a tab at all?
Please Log in or Create an account to join the conversation.
I suggest using a single multicheckbox field and set Minimum Select to 8. That should guarantee at least 8 options are selected.
Please Log in or Create an account to join the conversation.
It's just an article so you can add whatever HTML you want. If you add a button that links to the below then yes it'll take them back to profile edit.Can a button be added to this article to go back to editing again? I don't want it to be confusing, I was told there will be less than tech savvy folks applying. So if after every save it takes them to a page with what's been done that sound pretty good but can other things be on there like a return to editing button, etc?
Yes, you can use a Contains or REGEXP operator to match multiselect usages. Example as follows.The issue is when they pick a checkbox it needs to open a text field to add some information to. Can a multicheckbox do this? Conditionals on each checkbox?
Just set CB to hide empty fields within CB > Configuration > User Profile. You shouldn't need a second condition for this. Also your second condition won't work as you're using it now in CB Conditional 5.0.0 as I'm rewriting it. Conditioning the same field twice is not supported (even if in separate locations) and will be enforced with 5.0.0 as it's causing a lot of serious conflict problems, but 5.0.0 is implementing AND/OR conditioning.I have 2 conditions set for each now. Once that shows the text field when the checkbox is selected and one that hides it on the public side if it's empty. Any ideas on this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's for you to decide. You have to completely configure it with your own HTML and substitutions. See the below substitution tutorial on how to substitute in CB content. It also supports IF conditions for substitutions.Hello, will the summary page only show the things they have selected? Sorry, my head is spinning.
Yes, but as I've told you before you have to code this entirely your self. We have no such functionality. You can use a code field for example and write the necessary PHP to determine a total points value or however you wish to do it.So my last question before I start working on this would be if I can somehow assign a point value to my fields to display on that summary page. Each choice they make has a point value of 1 or 2 points depending on it's importance. Now ideally adding these up would be huge but just showing it next to the outputted field is sufficient. It's just a reference for us and them to see unless they could be calculated.
Please Log in or Create an account to join the conversation.