PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Create link to form

  1. We would like to have a link on our site that say "Request A Quote" When someone clicks on it it should open a jquery modal box with the form displayed within it. We have the link and modalbox setup, but are not sure what code needs to be called in order to display the form.

    Posted 13 years ago on Thursday August 4, 2011 | Permalink
  2. It all depends on what modal library you're planning to use. They should have instructions on how to use an iframe to display the content in the modal and some will also allow you to display inline page content.

    You would embed the form normally using the shortcode method or the php function call method to get it on the page and then configure your modal link to display the content according to your preference.

    Posted 13 years ago on Thursday August 4, 2011 | Permalink