We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Graphic Form; for all the Graphics people/forums; By HolySavior
Topic Started: Jan 23 2010, 12:47 AM (142 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: HolySavior
[CODE
 
Graphic Form; for all the Graphics people/forums]I know all the Graphics people want people to post a nice little form for them to follow. well i make it one step easier! although it wont post it will PM to the specified Artist. in a nice neat little form layout :D

Edit!!I Changed the Form alittle bit and added some sections to make it alot better! If you have the old code, you need to replace everything or it wont work!

Preview:Here

Place in Footers:
Code:
 
<script language="javascript1.2" type="text/javascript">
<!--
function fixClash(){
var pmmessage = "[b]Additional Information[/b]:\n" +
document.forms['REPLIER2'].Post.value
var dropdownselection = ""
var iSelect = document.forms['REPLIER2'].dropdownselection.options
for(i=0;i<iSelect.length;i++){ if(iSelect[i].selected==true){
dropdownselection += iSelect[i].value + "\n"
var image = document.forms['REPLIER2'].imageurl.value + "\n"
var Color = document.forms['REPLIER2'].color.value + "\n"
var animation= document.forms['REPLIER2'].animation.value + "\n"
var word= document.forms['REPLIER2'].word.value + "\n"}
}
document.forms['REPLIER2'].Post.value = "[b]Graphic Choices[/b]:" + dropdownselection + "[b]Image URL[/b]:" + image + "[b]Color[/b]:" + Color + "[b]Animation[/b]:" + animation + "[b]Text in Graphic[/b]:" + word + "\n\n" + pmmessage
return true;
}
document.forms['REPLIER2'].onsubmit=function(){ return fixClash() }
//-->
</script>




Place in a post with [dohtml] tags
Quote:
 
<table width="75%"><tr>
<td id="ucpcontent" valign="top"> <div
class='maintitle'>Graphic Request Form</div> <form
action="http://s13.invisionfree.com/SupportSystem/index.php?"
method="post" name='REPLIER2'>
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='04' />
<input type='hidden' name='MODE' value='01' />
<input type='hidden' name='OID' value='' /> <input type='hidden'
name='reply_to' value='' />
<table width="100%" cellspacing="0">
<tr> <td colspan='2'class='pformstrip'>Recipients Name</td> </tr>
<tr>
<td class="pformleft"><b>Select the Graphic Artist to send
too</b></td> <td class="pformright"> <select
name='from_contact' class='forminput'> <option
value='-'>Other</option> <option
value='-'>--------------------</option> <option
value='1'>HolySavior</option> </select>
</td> </tr> <!-- Code Created by HolySavior and
James(WWX) This Code may not be edited except for certain areas . Check
out more codes at http://s9.invisionfree.com/iFusion and
http://ifs.sytes.net/index.php Modification only by HolySavior //--> <tr> <td colspan='2'
class='pformstrip'>Enter your Message</td> </tr>
<tr> <td class="pformleft"><b>Message
Title</b></td> <td class="pformright"><input
type='text' name='msg_title' size='40' tabindex="2" maxlength='40'
value='Graphic Request' class='forminput' /></td>
</tr> <tr> <td colspan="2" class='pformstrip'>Enter
your Request</td> </tr> </table> <table>
<tr> <td class="pformleft"><b>What is your Request about?</br></b>Press Ctrl and Select if you want more than
one</td> <td class="pformright"> <select
name="dropdownselection" multiple="3" size="4">
<option value="Avatar">Avatar</option>
<option value="Signature">Signature</option>
<option value="Banner">Banner</option>
<option value="Buttons">Buttons</option>
<option value="Markers">Markers</option>
<option value="Other">Other</option>
</select> </td> </tr> <tr><td class="pformleft"><b>Your Image URL you want </br></b> Can post 2 images</td> <td class="pformright" colspan="2"
><textarea cols='40' rows="1"
name='imageurl' tabindex='3'
class='textinput'></textarea></td> </tr><tr> <td colspan="2"
class='pformstrip'>Additional Graphics Information:</td></tr><tr><td class="pformleft"><b>The Color Scheme you want:</br></b> Can have Multiple Colors - space colors with ","</td> <td class="pformright" ><textarea cols='40' rows="1"
name='color' tabindex='3'
class='textinput'></textarea></td>
<tr><td class="pformleft"><b>Would you like animations?</br></b> If yes, Type what you would like, If No type "no".</td> <td class="pformright"> <textarea cols='40' rows="1"
name='animation' tabindex='3'
class='textinput'></textarea></td> </tr>
<tr><td class="pformleft"><b>Would you like Text in it?</br></b> If yes, Type what you would like, If No type "no".</td> <td class="pformright"> <textarea cols='40' rows="1"
name='word' tabindex='3'
class='textinput'></textarea></td> </tr>
<tr> <td colspan="2"
class='pformstrip'>Please give in detail any other information you want. Thank You</td>
</tr> <tr> <td class="pformright" colspan="2"
valign='top' align="center">
<textarea cols='70' rows='15'
name='Post' tabindex='3'
class='textinput'></textarea></td> </tr>
<tr> <td class='pformstrip' align='center' colspan='2'>
<input type="submit" value="Send Request" tabindex="4"
accesskey="s" class='forminput' name='submit' /> <input
type="submit" value="Preview Request" tabindex="5"
class='forminput' name='preview' /> <input type="submit"
value="Save (Send later)" tabindex="6" class='forminput' name='save'
/> </td> </tr> </table> </form>
</td>
</tr>
</table>


Stuff you can change:
red: Your Board URL
green:User name(s) you want people to send too
blue: member # of those users.


Please do not Distribute this code without permission.
Code may not be edited except for the parts in color.

-Although this cant be edited as much as the others one I made(not released yet), this one does however already has most of it built into the form so there really is no need to edit it

-Enable doHTML for both the user group and for the forum.
-Make sure when you are posting the form, you use [doHTML ] code [ /doHTML]
(without the spaces)

-If you have more than one graphic artist on you board and you want to put acouple in there add more of this:
Quote:
 
<option
value='1'>HolySavior</option>


the end result:(what the PM will look like)
Quote:
 
Graphic Choices:Avatar
Signature
Banner
Image URL:dfasfsa
Color:sdfsfdsf
Animation:sadfsadf
Text in Graphic:sdfsdf


Additional Information:
sdfsdf
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply