Created
December 2, 2010 03:25
-
-
Save rmdort/724710 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{exp:freeform:form form_name="tellafriend" required="name|email|senderemail" | |
send_user_email="yes" user_email_template="tellafriend" template="brief_version" return="seaawards/nominate/thankyou"} | |
<fieldset> | |
<label for="name">Your Name</label> | |
<input type="text" name="name" id="name" value="{if screen_name!=''}{screen_name}{/if}" /> | |
</fieldset> | |
<fieldset> | |
<label for="senderemail">Your Email Address</label><input type="text" name="senderemail" id="senderemail" value="{email}" /> | |
</fieldset> | |
<fieldset> | |
<label for="friendsname">Your Friend's Name</label><input type="text" name="friendsname" id="friendsname" value="" /> | |
</fieldset> | |
<fieldset> | |
<label for="friendsemail">Your Friend's Email Address</label><input type="text" name="email" id="friendsemail" value="" /> | |
</fieldset> | |
<fieldset> | |
<label for="comments">Your message</label> | |
<textarea name="comments" id="comments" rows="8" cols="60" value="" disabled>I have nominated your travel article/photographs for this contest! SEA will contact you via email to ask if you would like to accept the nomination. If you accept the nomination, you can share any of your travel writing/photography of destinations in Southeast Asia in this contest and stand to win both Editor’s Choice accolades and cash prizes. And, I will come back to vote for your article/photograph so you have a chance to win the People's Choice Awards too! | |
Please do accept the nomination if you are keen to participate.</textarea> | |
</fieldset> | |
<input type="image" class="submitButton" src="{site_url}images/contest/images/buttons_nom_red.jpg" value="Submit"> | |
{/exp:freeform:form} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment