Project

General

Profile

radio, select, multi fields

Added by said said almost 11 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 11 years ago

but in agent, you still use vicidial format

RE: radio, select, multi fields - Added by Demian Biscocho almost 11 years ago

Can you explain more? Any screenshots?

RE: radio, select, multi fields - Added by said said almost 11 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

RE: radio, select, multi fields - Added by Jerico James Milo almost 11 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

RE: radio, select, multi fields - Added by said said almost 11 years ago

Thanks

that did it.

Rgds

    (1-6/6)
    Go to top