1. itadminMC
  2. General
  3. Monday, July 09 2018, 01:54 PM
Hello,

We have a question.
We would like to have a field like the example below:
Are you regulated by a Financial Market Authority?
- If "Yes", then give the name,
- If "No", nothing


Is it possible to have only one item in one answer instead of having 2 with conditional answer? If yes, could you give us the methodology? We would like to bind the answers in one answer. We mean, as answer, like below:
- No
- Yes, Name of Financial Market Authority

Thanks
Regards
admin Accepted Answer
Admin
Hi,
this is not possible, but you can manage it with a bit of CSS code to change layout of fields, for example with a code like this:
.field1-group,.field2-group{display:inline-block;}
.field2-group .control-label{display:none;}
.field2-group .controls{margin:0 10px;}

where "field1" is the alias of radio field and "field2" is the alias of text field, see screenshot
Attachments (1)
  1. more than a month ago
  2. General
  3. # 1
itadminMC Accepted Answer
Hello,
I would like to add the control-label in the same line instead of "display:none".
By the way, how to change the size of the input. The default value is 30.
Thanks
Regards
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.