• Hello AlexCRM Team,

    I am having troubles figuring out how to edit the amount of values in the modal pop up view when I click on a lookup field on a form. I would ideally like the values to paginate but it would also be okay to display just more than 10 records. Also, it looks like the “next page” button is cut off and hard to see which causes usability issues.

    Could someone please provide guidance on how to approach a solution.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alexacrm

    (@alexacrm)

    Hi @ztwoods

    the page size in lookups is set to 10 and, unfortunately, there is no setting to change it. You can modify it directly in the LookupDialog.php file but considering limited number of entries in your case, I would suggest using dropdown instead.

    As far as the pagination buttons are concerned, you can always adjust crm-lookup-popup-xxx styles to match your page style (in your case you have additional padding set on table rows pushing the height of the container).

    Thank you,
    AlexaCRM Support

    Thread Starter ztwoods

    (@ztwoods)

    Hello,

    I greatly appreciate the prompt support. I think switching to a dropdown would make most sense. After reviewing the documentation I still wasn’t able to figure out how to do this in the twig template. Could you offer further guidance on how to achieve this?

    In this case I wouldn’t have to worry about the formatting of the modal pop-up pagination buttons.

    Thanks in advance!

    Zach W.

    Plugin Author alexacrm

    (@alexacrm)

    Zach,

    if you’re using twig forms I would strongly recommend using Dataverse plugin instead. The only change you’d need is replace [msdyncrm_twig] with [icds_twig] shortcode.

    You can find a sample how to display lookups using dropdown control here: Using lookups in the free plugin version | DataPress (alexacrm.com)

    Thank you,
    AlexaCRM Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.