remove 2 column in field

Deepika43
Tera Contributor

Four columns instead of two can be seen in the "Order For" field

As should be: two columns: name family name & email address are under Order For field

so how to achieve this in request form for particular catalog item

 
 
 

 

 

 

1 ACCEPTED SOLUTION

Hi @Deepika43,

Use the below line in your "Order For" field:

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=your_column_name_1;your_column_name_2,ref_ac_columns_search=true;

Anshul21_0-1694169654609.png

Use it in the highlighted field.

I hope this will solve your problem. Please mark it as Accepted.

Thanks,
Anshul

 

View solution in original post

4 REPLIES 4

anshul_goyal
Kilo Sage

Hi @Deepika43,

Order For field is a drop-down in Catalog Item?

Thanks,
Anshul

yes it is 

Deepika43_0-1694164521283.png

 

Hi @Deepika43,

Use the below line in your "Order For" field:

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=your_column_name_1;your_column_name_2,ref_ac_columns_search=true;

Anshul21_0-1694169654609.png

Use it in the highlighted field.

I hope this will solve your problem. Please mark it as Accepted.

Thanks,
Anshul

 

Deepika43
Tera Contributor

this is the excat answer. Thank you your reply

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true