Opening contact form from buttin, specified subject

Tan68Tan68 Registered Users Posts: 9 Beginner grinner
edited July 8, 2014 in SmugMug Customization
I have searched for threads about the contact form.
Found ways to open it from a customized menu.
Found many other things I marked for later use.
Tried using .sm-contact-pro-formand and sm-footer-navitem-contact in various combinations with the HTML button described below. I don't really know HTML stuff so tried many combinations but wasn't to guess correctly.

Is there an easy way to call the form from the button ?
Also, I found a way to edit the text description of the comment field...
Is there a way to specify the subject of the contact form ?
I want the subject to be of my choice depending on the button they click.
Whichever button calls the contact form with whichever specified subject.
Will help me sort emails as they come in... with filters.

<FORM METHOD="LINK" ACTION="http://website.com"&gt;
<INPUT TYPE="submit" VALUE="GOTO website.com">
</FORM>

For what it is worth, this is the bit I found for customizing contact form text

/* Set the The Question text to your own wording */
.sm-contact-pro-form:before {
content: "This is the text you want above the text box";
position: absolute;
top: 215px;
left: 200px;
}

/* Hack to hide the The Question */
.sm-contact-pro-form .sm-form-contents .sm-form-field-overhead:nth-child(4) label {
visibility: hidden;
}

Oh, and for the Homeland Security question during forum registration, returning 'the Sierra Club guy' for 'who is the most famous Yosemite photographer' aint good enough. Very picky people, these registration czars..!
Sign In or Register to comment.