nican VIP
Total posts: 392
07 Mar 2014 10:46

Hello, I have set 2 autocomplete fields to be displaied in list view and I have set different values for list view value limits

field 1: 3 values field 2: 2 values

but when i vist the records lists I see

field 1: 4 values field 2: 3 values

autocomplete_list_values

so 1 more of the set limit

the code I am using to call these 2 fields in the record list is this one:

<div class="small lowercase"><?php echo $item->fields_by_id[81]->result; ?>, <?php if(isset($item->fields_by_id[98])): ?> <?php echo $item->fields_by_id[98]->result; ?><?php endif; ?>
</div>

could you see if it is due to a bug?

thank you

Last Modified: 18 Mar 2014


Konstantin
Total posts: 1,113
17 Mar 2014 12:17

I can't log in, it says incorrect login or password.


nican VIP
Total posts: 392
17 Mar 2014 14:31

Konstantin I can't log in, it says incorrect login or password.

that's because I change the password every week for security reasons, try now, I updated it in the access details thank you


Konstantin
Total posts: 1,113
18 Mar 2014 06:44

Fixed.


nican VIP
Total posts: 392
18 Mar 2014 08:29

thank you :-)

Powered by Cobalt