Can't customise Contact Form
paulbrock
Registered Users Posts: 515 Major grins
On Smugmug classic I was able to embed a Wufoo form which allowed enquiries to be captured, auto replies to be sent, lots of good stuff.
Now, there's no way of adding a Wufoo (or any 3rd party) form and we're stuck with the generic, unfriendly official Smugmug form.
Old form:
New Form:
And what the hell sort of prompt is "The question" anyway?!
Now, there's no way of adding a Wufoo (or any 3rd party) form and we're stuck with the generic, unfriendly official Smugmug form.
Old form:
New Form:
And what the hell sort of prompt is "The question" anyway?!
0
Comments
I had a nice Wufoo form, too. Would really love to have it back.
http://mcq.smugmug.com
Jason Scott Photography | Blog | FB | Twitter | Google+ | Tumblr | Instagram | YouTube
http://blog.timkphotography.com
First, here's my page. Click on "Contact Glenn" and you can see it takes you to the form. I've tested it and it did send me an email.
I was able to add it by first finding the form page in my galleries. It had migrated over.
I copied the link from the form page.
Opened my new site, logged in, and clicked on "Customize" > "Customize Site"
Go to the part of the page which contains the navigation bar and click on the Wrench icon.
Click on the Links Tab and create a new link, pasting your copied Contact Form page into it and naming it.
Done!
Simple. Let me know if this needs clarification.
http://mcq.smugmug.com
www.richknechtphotography.com
You know you want to pull the trigger, Rich!
Once I did that and committed to the new site, my anxiety level dropped to about zero. There are still things to tweak and clean up, but pretty minor.
Although I know you have waaaay more at stake with your site, as yours makes tons-o-money and mine makes zip, so I underhand you making sure it's all set just right before changing!
Can't wait to see how yours turns out.
http://mcq.smugmug.com
That's not working... it's just a link to the wufoo form. You still can't embed it in your site like you could before. I don't want people to click my contact form and end up on a different website.
http://blog.timkphotography.com
http://www.paulbrockphotography.co.uk/gallery/3680133
right now I'm looking like going to a mock site approximating smug - https://sites.google.com/site/pbpcontactform/
hardly ideal.
So, I went into Wufoo and copied the code that creates a sized pop up window with the form embedded. I copied that code into the nav link, and it does work. I actually don't mind it as a small pop up window, but I'm a bit concerned with the usability across browsers, devices, old pop-up blockers, etc.
http://mcq.smugmug.com
SO when you go into Wufoo, you click the CODE button for the available forms and they show you the different types - select POP UP FORM LINK
You should see something like this in the box:
[PHP]<a href="http://timnosenzophoto.wufoo.com/forms/..../" onclick="window.open(this.href, null, 'height=917, width=680, toolbar=0, location=0, status=1, scrollbars=1, resizable=1'); return false">Please fill out my form.</a>[/PHP]
Since SmugMug is taking care of the anchor tags, you just need the URL - in my case thats:
[PHP]http://timnosenzophoto.wufoo.com/forms/..../" onclick="window.open(this.href, null, 'height=917, width=680, toolbar=0, location=0, status=1, scrollbars=1, resizable=1'); return false[/PHP]
Now to see what it works with and doesn't work with....
It's all good...the new site will be great.
Yours works on my iPad and iPhone too, maybe I did something wrong... Or I wasn't working in the sandbox site. I will revisit.
http://dgrin.com/showthread.php?t=237346