Please Log in or Create an account to join the conversation.
I don't think you can do this without some sort of custom development. You can select a default value by editing the field and supplying one, but it's not going to be plan by plan based.Now I need the check box to be pre-selected based on which plan registration form the user is filling out.
No it can't do this. CB Conditional conditionally show/hides. It does not select values or anything of the sort. It also can't show/hide based off CBSubs plan selected; you'd use the Workflows tab of your plans to hide fields on registration based off selection for that.I'm pretty sure this can be done with conditional plugin. Just not sure how to do this.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes.What about if I have a field that I'm only showing on the the specific registration form (using cbsubs hide registration fields)Can I simply specify a selected value for a field?
Yes.I see that there is "Pre-filled default value at registration only:" Would that do it?
The exact values the field supports. If it's a select field you should see the values that you configured the field to have below that parameter. If it's a multi-select then separate multiple values with a |*| (e.g. Value1|*|Value2).and would the value be exactly how I enter it? case sensitive?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Text fields are user supplied, so whatever you want. Checkboxes are 0 and 1; 0 being No and 1 being Yes.That's perfect! What would the values be for input fields and check boxes?
Please Log in or Create an account to join the conversation.