• Resolved hikalea

    (@hikalea)


    I am able to display a view without issue using twig templates, but how can I actually link a list item in the view to allow a user to see the details of that record? Thanks!

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

    (@alexacrm)

    @hikalea

    you need to create a page that would display the record details and use entity binding. When page is bound to a record you have access to currentrecord object + you can bind {% form %} tag via record attribute + (if you are using premium) other forms like Gravity Forms will be bound to the record automatically.

    HTH
    George

    Thread Starter hikalea

    (@hikalea)

    Once I have a page created and the entity binding complete, how do I actually link a line item in a view to the page containing its record details?

    Nevermind the view linked automatically! Impressive, thanks!

    • This reply was modified 3 years, 8 months ago by hikalea.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Linking view to record detail?’ is closed to new replies.