- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 01:30 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:42 AM
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;
Use it in the highlighted field.
I hope this will solve your problem. Please mark it as Accepted.
Thanks,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:01 AM
Hi @Deepika43,
Order For field is a drop-down in Catalog Item?
Thanks,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:15 AM
yes it is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:42 AM
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;
Use it in the highlighted field.
I hope this will solve your problem. Please mark it as Accepted.
Thanks,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:45 AM
this is the excat answer. Thank you your reply
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true