Just purchased the plugin…I need to use html to display a button or link on individual custom post pages. Each custom post page has a email address field that I assume the form will locate for that page and act as the receiver of the email message from a user.
My issues:
a) the html code I tried did not show up on live page: Link to form <script> jQuery(document).ready(function ($) { $(‘#link-to-form1’).fancybox(); }); </script>
b) need custom code to search for email address for “that page” to be linked to the form on that page
c) not sure how to add proper css to make the clickable link a button with a text such as (submit form)