Options

Contact form on website?

MRudlandMRudland Registered Users Posts: 284 Major grins

is it possible to add a "contact" form to my site? one that is customizable. I've seen them on various websites and am wondering if it's possible on smugmug and would it be done on smugmug or is it something you have to do on an external site and link to my site.

Comments

  • Options
    ParisParis Registered Users Posts: 126 Major grins

    Yes, you can add a separate page with a link to an email if that is what you want.
    I have one on my site for example.
    Don't have time right now to get into it but will look back later if someone has not responded.

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,236 moderator
    edited December 17, 2017

    @MRudland said:
    is it possible to add a "contact" form to my site? one that is customizable. I've seen them on various websites and am wondering if it's possible on smugmug and would it be done on smugmug or is it something you have to do on an external site and link to my site.

    You can use the standard SmugMug contact form or you can use a Wufoo form. For a customizable form you would need to use Wufoo.

  • Options
    tomnovytomnovy Registered Users Posts: 1,101 SmugMug Employee

    MRudland - here is a link to our help page on how to add a contact form to your website:

    SmugMug contact form: http://help.smugmug.com/customer/portal/articles/1248294?b_id=1644

    and

    Wufoo: http://help.smugmug.com/customer/portal/articles/1259577-adding-a-wufoo-form-to-your-site

    Best regards,

    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://portal.photom.me
  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    I think this is where I'm supposed to be. I came here for milk, but I think I got turned around. I used the built-in SmugMug Contact Me with the Social Media icons. When clicked on, the form pops up underneath all the other content on the site. I know this has something to do with the z-index. But I don't know how to tell which title to change. I hate to bother @Hikin' Mike again, but I figured @tomnovy or @denisegoldberg may know. Thanks for being here guys! I may stitch to Wufoo later, but for now I'm sticking with good old SmugMug.

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,236 moderator

    @beardedlogic said:
    When clicked on, the form pops up underneath all the other content on the site.

    When I click the email icon on your site your contact form pops up on top of the site as it should.

    Does the misbehavior you are seeing happen on every browser?

  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @denisegoldberg said:

    @beardedlogic said:
    When clicked on, the form pops up underneath all the other content on the site.

    When I click the email icon on your site your contact form pops up on top of the site as it should.

    Does the misbehavior you are seeing happen on every browser?

    It's misbehaving on FF, Chrome, and IE.

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,236 moderator

    @beardedlogic said:
    It's misbehaving on FF, Chrome, and IE.

    Oh, interesting. I don't know the cause of the problem but it only seems to happen on your home page. The contact form loads properly on top of the site when I request it from any other page.

  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @denisegoldberg said:

    @beardedlogic said:
    It's misbehaving on FF, Chrome, and IE.

    Oh, interesting. I don't know the cause of the problem but it only seems to happen on your home page. The contact form loads properly on top of the site when I request it from any other page.

    I imagine it has something to do with the stacking order with the popup logo code. I have no idea what I'm talking about, but it's the only thing that's different. Thank you for checking it out. I really appreciate it.

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
  • Options
    Hikin' MikeHikin' Mike Registered Users Posts: 5,450 Major grins
    edited April 14, 2018

    @beardedlogic said:

    @denisegoldberg said:

    @beardedlogic said:
    It's misbehaving on FF, Chrome, and IE.

    Oh, interesting. I don't know the cause of the problem but it only seems to happen on your home page. The contact form loads properly on top of the site when I request it from any other page.

    I imagine it has something to do with the stacking order with the popup logo code. I have no idea what I'm talking about, but it's the only thing that's different. Thank you for checking it out. I really appreciate it.

    Add this to your CSS and see if this helps:

    /**
    * Force Contact Popup to Display on Homepage
    * Due to Popup Logo
    ************************************************/
    .sm-page-home .sm-panel-contact {
        z-index: 2 !important;
        }
    
    .sm-page-home .sm-panel.sm-panel-title-outside .yui3-widget-hd {
        margin-top: 0;
        }
    
  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @Hikin' Mike said:

    @beardedlogic said:

    @denisegoldberg said:

    @beardedlogic said:
    It's misbehaving on FF, Chrome, and IE.

    Oh, interesting. I don't know the cause of the problem but it only seems to happen on your home page. The contact form loads properly on top of the site when I request it from any other page.

    I imagine it has something to do with the stacking order with the popup logo code. I have no idea what I'm talking about, but it's the only thing that's different. Thank you for checking it out. I really appreciate it.

    Add this to your CSS and see if this helps:

    /**
    * Force Contact Popup to Display on Homepage
    * Due to Popup Logo
    ************************************************/
    .sm-page-home .sm-panel-contact {
      z-index: 2 !important;
      }
      
    .sm-page-home .sm-panel.sm-panel-title-outside .yui3-widget-hd {
      margin-top: 0;
      }
    

    Perfect! Thank you! I'll buy a print of yours in thanks. I may put another footer saying, "Powered by @Hikin' Mike" on the site. It's the truth!

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
Sign In or Register to comment.