modifying contact form?

pelooyenpelooyen Registered Users Posts: 4 Beginner grinner
edited October 24, 2013 in SmugMug Support
I am wanting to modify the contact form

1. I got rid of the moustache man by uploading a profile pic. The end result is a square image. That is, it seems automatically cropped, and yet the moustache man is much longer vertically. Anyway I can ensure my image can do the same?

2. Is there anyway to add a phone number to the form? I was playing around with creating a custom image in PNG to be a photo and text, but again, cropping mucks it up.

Thanks in advance

Comments

  • FlounderFlounder Registered Users Posts: 121 Major grins
    edited October 15, 2013
    Hi

    1) That image is 154x370 pixels. So upload an image in that same ratio (2:1 ish) and use it as your profile photo. That should do the trick.

    2) Our built in form, no. But you can use a WuFoo form, and add a phone number with it. Here's some help with adding a WuFoo form to your site:
    http://help.smugmug.com/customer/portal/articles/1259577

    I hope this helps. If you have any questions or problems, please let us know.

    Cheers,
    Nick Wilson
    SmugMug Support Hero
  • pbandjpbandj Registered Users Posts: 237 Major grins
    edited October 15, 2013
    Flounder wrote: »
    Hi

    1) That image is 154x370 pixels. So upload an image in that same ratio (2:1 ish) and use it as your profile photo. That should do the trick.

    I believe this information Nick gave you is not correct. There is a bug on the active bug list (since August) that profile pics are being cropped into a 1x1 square no matter what aspect ratio they are. Here is the link on the active bug list: http://www.dgrin.com/showthread.php?t=239918

    If you follow the link there, you'll see the original report of the issue with a workaround.

    That said, if you want a phone number you will need to use the Wufoo form.
  • beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited October 16, 2013
    pbandj wrote: »
    I believe this information Nick gave you is not correct.
    Yeah, the info isn't correct. I downloaded a copy of the Moustache Man pic, rotated it 180 degrees with no other edits, saved it, uploaded it, and set SM to use it in the Contact box, where it displays cropped square:

    moustachemanflip-XL.jpg

    Regarding the addition of a phone number, perhaps the popular CSS hack to change the contact form text could be adapted for that? The code that I use is:
    [COLOR=#aeaeae]/* In the Contact Form, hide the pre-set "The Question" text
    and replace with your own wording */[/COLOR]
    [COLOR=#ff6400].sm-contact-pro-form[/COLOR][COLOR=#ff6400]:before[/COLOR] {
    [COLOR=#8da6ce]content[/COLOR]: [COLOR=#61ce3c]"Tell me all about it"[/COLOR];
    [COLOR=#8da6ce]position[/COLOR]: [COLOR=#8da6ce]absolute[/COLOR];
    [COLOR=#8da6ce]top[/COLOR]: [COLOR=#d8fa3c]215[COLOR=#fbde2d]px[/COLOR][/COLOR];
    [COLOR=#8da6ce]left[/COLOR]: [COLOR=#d8fa3c]200[COLOR=#fbde2d]px
    [/COLOR][/COLOR]}
    [COLOR=#ff6400].sm-contact-pro-form[/COLOR] [COLOR=#ff6400].sm-form-contents[/COLOR] [COLOR=#ff6400].sm-form-field-overhead[/COLOR][COLOR=#ff6400]:nth-child[/COLOR](4) [COLOR=#ff6400]label[/COLOR] { 
    [COLOR=#8da6ce]visibility[/COLOR]: [COLOR=#8da6ce]hidden
    [/COLOR]}
    
    Yippee ki-yay, footer-muckers!
  • jesika5569jesika5569 Registered Users Posts: 21 Big grins
    edited October 24, 2013
    Is there a direct URL to my contact form that i can post on my Facebook page so people can contact
    Me using the smugmug contact form?
  • pbandjpbandj Registered Users Posts: 237 Major grins
    edited October 24, 2013
    jesika5569 wrote: »
    Is there a direct URL to my contact form that i can post on my Facebook page so people can contact
    Me using the smugmug contact form?

    I asked that question earlier and was told no...but maybe you'll get a different answer.

    I submitted it as a feature request, but most folks told me that if I want to do that, I should use a WuFoo form. What I've been thinking of doing, but haven't gotten around to yet, is creating a WuFoo form that I can embed as a content block on my own Smugmug page, then linking to that page.
  • jesika5569jesika5569 Registered Users Posts: 21 Big grins
    edited October 24, 2013
    pbandj wrote: »
    I asked that question earlier and was told no...but maybe you'll get a different answer.

    I submitted it as a feature request, but most folks told me that if I want to do that, I should use a WuFoo form. What I've been thinking of doing, but haven't gotten around to yet, is creating a WuFoo form that I can embed as a content block on my own Smugmug page, then linking to that page.

    It's one of those awwwww man moments. I was hoping I wouldn't have to do much. Thanks for replying!
Sign In or Register to comment.