radio, select, multi fields
Added by said said almost 12 years ago
Hi,
i see that i did not follow vicidial format for options
in vicidial :
Value1,Display1
Value2,Display2
...
in Goautodial :
Value1,Value2,...
Can you explain why?
Replies (6)
RE: radio, select, multi fields
-
Added by said said almost 12 years ago
but in agent, you still use vicidial format
RE: radio, select, multi fields
-
Added by Demian Biscocho almost 12 years ago
Can you explain more? Any screenshots?
RE: radio, select, multi fields
-
Added by said said almost 12 years ago
Hi,
i have added the field radio
options :
A Oui,B Non
in preview :
radio display only A, B as options
=> GOOD , i have 2 options but no labels
if i use :
A,Oui
B,Non
As it is in vicidial : i got 3 options
A
Oui B
N
=> WRONG
GoAdmin_®_3.0_2013-06-11_12-31-21.png (15.3 KB) GoAdmin_®_3.0_2013-06-11_12-31-21.png | Field type Radio | ||
GoAdmin_®_3.0_2013-06-11_12-31-50.png (4.42 KB) GoAdmin_®_3.0_2013-06-11_12-31-50.png | preview | ||
GoAdmin_®_3.0_2013-06-11_12-34-27.png (3.8 KB) GoAdmin_®_3.0_2013-06-11_12-34-27.png | original vicidial | ||
ADMINISTRATION-Lists_Custom_Fields.png (148 KB) ADMINISTRATION-Lists_Custom_Fields.png |
RE: radio, select, multi fields
-
Added by said said almost 12 years ago
This is the agent view using original Vicidial format
RE: radio, select, multi fields
-
Added by Jerico James Milo almost 12 years ago
Please download and apply this patch to this folder /var/www/html/application/views/go_list/
Take note of this when you are creating a custom field:
Field Options - For the SELECT, MULTI, RADIO and CHECKBOX field types, you must define the option values in this box. You must put a list of comma separated option label and option text here with each option one its own line. The first value should have no spaces in it, and neither values should have any punctuation.
For example:
male,Male
female,Female
Thanks
go_values.patch (2.12 KB) go_values.patch |