• Resolved Philbeaux

    (@philbeaux)


    Hey David, Hope you’re doing well!

    Tell me, is there a way to take the results from an MLA Search Form and make them output to another page? Or maybe even in a scrollable Lightbox?

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

    (@dglingren)

    Good to hear from you; yes, I’m doing well. Hope you are, too.

    You can send the results from an MLA Search Form (or any HTML form) to any destination you want. Here’s an excerpt from one of the MLA examples:

    <form id="mla-text-form" action="." method="post" class="row">
    

    The action="." attribute sends the results back to the current post/page; that’s what “.” means. You can change this to the URL of your desired destination, e.g.:

    <form id="mla-text-form" action="https://mysite.com/my-display-page/" method="post" class="row">
    

    You asked about a scrollable Lightbox. You can find an answer in this earlier topic and the topics it links to:

    automatic scrolling of images?

    I am marking this topic resolved, but please update it if you have any problems or further questions about the answers here and in the earlier topics. Thanks for your continued interest in the plugin.

    Thread Starter Philbeaux

    (@philbeaux)

    Well thank you for the lesson. I’ll give that a shot.

    Take Care David!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MLA Search Results Displayed on a Separate Page’ is closed to new replies.