Options

Directing visitor to email form

ParisParis Registered Users Posts: 126 Major grins
edited June 7, 2016 in SmugMug Customization
Hello,

I have created an email form using EmailMeForm and would like to add a clickable line on my CONTACT ME page to direct visitors to that form.

Can someone please tell me how to do that using this code.

<script src="http://www.emailmeform.com/builder/forms/jsform/7L3lKcP6w1V&quot; type="text/javascript"></script>
<div style="margin-top:18px;text-align:center"><div id='emf_advertisement'><font face="Verdana" size="2" color="#000000">Powered by</font><span style="position: relative; padding-left: 3px; bottom: -5px;"><img src="//assets.emailmeform.com/images/footer-logo.png?RU1GLTAyLTI3" /></span><font face="Verdana" size="2" color="#000000">EMF </font><a style="text-decoration:none;" href="http://www.emailmeform.com/survey.html&quot; target="_blank"><font face="Verdana" size="2" color="#000000">Survey</font></a></div></div>

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,244 moderator
    edited June 7, 2016
    SmugMug does not support the use of JavaScript so that code can't be used directly on your smugmug site. You could host the form on another site and link to the form from your site.

    The only form that I'm aware of that is currently supported is Wufoo.

    --- Denise
  • Options
    ParisParis Registered Users Posts: 126 Major grins
    edited June 7, 2016
    SmugMug does not support the use of JavaScript so that code can't be used directly on your smugmug site. You could host the form on another site and link to the form from your site.

    The only form that I'm aware of that is currently supported is Wufoo.

    --- Denise

    Thanks Denise.
    The form is hosted on another site called EmailMeForm.
    I used to have a line on my contact page that linked to the form, however, I seem to have erased it somehow when I revamped my Contact Page and can't figure out how to get it back.

    Is there a line that I can add to direct visitors to my email form.
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,244 moderator
    edited June 7, 2016
    Paris wrote: »
    Is there a line that I can add to direct visitors to my email form.
    You can add a menu item that links to the page on the other site, or you can use HTML. Example of HTML:
    <a href="url of other site here">contact me</a>
    

    What is the URL to the form?

    --- Denise
  • Options
    ParisParis Registered Users Posts: 126 Major grins
    edited June 7, 2016
    You can add a menu item that links to the page on the other site, or you can use HTML. Example of HTML:
    <a href="url of other site here">contact me</a>
    

    What is the URL to the form?

    --- Denise

    Thank you Denise. Works great!
Sign In or Register to comment.