Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Inspirage Inspirage  • Ter 3 Dez 2013 - 22:19

[Formulário] Inscrição para a Equipe. Empty [Formulário] Inscrição para a Equipe. Ter 3 Dez 2013 - 22:19

Qual é minha questão:
Quero um formulário de inscrição para a equipe, seguem as opções.

Título do tópico depois de enviado terá de ter a tag [Inscrição para a equipe] antes e logo depois o nick do usuário que enviou o formulário, ex: [Inscrição para Equipe] Dreams'

Opções do formulário - Nome; Sobrenome; Cargo desejado (Opções: Administrador, Helper, Design); Conhecimentos; Porque deseja ser da equipe;

Opções: ENVIAR | PRE-VISUALIZAR.

Grato desde já ^^

Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

[K]oke [K]oke  • Ter 3 Dez 2013 - 22:34

[Formulário] Inscrição para a Equipe. Empty Re: [Formulário] Inscrição para a Equipe. Ter 3 Dez 2013 - 22:34

Olá, minha proposta
Código:
<div id="container"><div id="content" style="margin-right: 0px;"><div id="emptyidleft"></div><div id="main"><div id="main-content"><style>
.submit-buttons{
float: left;
}
.inner dl {
border-bottom: 1px solid #F7F7F7;
}
.inner dl {
padding: 11px 13px;
}
.inner dt {
display: block;
float: left;
font-weight: 700;
text-align: right;
width: 16em;
}
dd.frm-input input {width: 82%;}
dd.frm-input, textarea.inputbox {margin-left: 17em;}
</style>
<script>
    html_tpl = "<b>Nome:</b> $0 <br><br><b>Idade:</b> $1 <br><br><b>Cargo que desejo:</b> $2<br><br><b>Quero entrar na equipe para:</b> $3 <br><br>";
    bbcode_tpl = "[b]Nome:[/b] $0\n\n[b]Idade:[/b] $1\n\n[b]Cargo que desejo:[/b] $2 \n\n[b]Quero entrar na equipe para:[/b] $3 ";
    $(document).ready(function(){
      $('#bt-apagar').click(function() {
          $('#form-submit input[type="text"],#form-submit textarea').val('');
          $('input[name="f"]').val($(this).val());
      });
      $('#bt-pr-questao').click(function() {
          tpl = html_tpl;
          tpl = tpl.replace("$0", $('#nome').val());
          tpl = tpl.replace("$1", $('#idade').val());
          tpl = tpl.replace("$2", $('#cargo').val());
          tpl = tpl.replace("$3", $('#desc').val());
          $('html, body').animate({
            scrollTop: $("#pr-questao").offset().top
          }, 800);
          $('#pr-questao').slideDown(300);
          $('#html-questao').html(tpl);
      });
      $('#bt-enviar').click(function() {
          tpl = bbcode_tpl;
          if($('#nome').val()!=='' && $('#idade').val()!=='' && $('#cargo').val()!=='' && $('#desc').val()!==''){
            tpl = tpl.replace("$0", $('#nome').val());
            tpl = tpl.replace("$1", $('#idade').val());
            tpl = tpl.replace("$2", $('#cargo').val());
            tpl = tpl.replace("$3", $('#desc').val());
            $('input[name="message"]').val(tpl);
            $('#bt-enviar-e').click();
            $('#form-submit').slideUp(300);
            $('#enviado').slideDown(800);
          }else{
            $('#erro').slideUp(1);
            $('#erro').slideDown(800);
          }
      });
      $('#bt-pr-fechar').click(function() {
          $('html, body').animate({
            scrollTop: $("#pr-questao").offset().top
          }, 800);
          $('#pr-questao').slideUp(300);
          return false;
      });
      jQuery('#desc').keyup(function(){
          var t=document.getElementById('desc').value.length;
          var i=document.getElementById('identifydesc');
          if(t<30&&t>0){
            var l=t-30;i.innerHTML='Este campo necessita mais '+l*-1+' caracteres, mínimo de 30 caracteres'
          }
          else{
            i.innerHTML=''
          }
      });
    });
    </script>
    <form action="/post" method="post" id="form-submit">

    <div id="erro" style="display:none;" class="panel">
      <div class="inner">
    <center>
    <span class="conteudo_texto" style="color:#C00"><b>Você deve preencher todos os campos</b></span>
    </center>
   
      </div>
    </div>
<br>

    <div style="display:none;" id="pr-questao" class="post row2"><div class="inner"><div class="postbody"><div class="h3">Pré-visualizar [<a id="bt-pr-fechar" href="#">Fechar o modo de pré-visualização da questão</a>]</div><div id="html-questao" class="content"></div></div></div></div><hr style="display:none;" id="pr-questao">

 <br>
<div>
<div class="panel">
  <div class="inner">
        <div class="h3" style="margin-top: 7px;">Leia antes de fazer sua inscrição.</div>
        <br>
        <p>Você deve seguir a padronização obrigatória abaixo para postar.
<br><br>
</p>
       
  </div>
</div>
    <div class="panel" id="form-part2" style=""><div class="inner">
    <div class="h3" style="margin-top: 7px;">Formulário de postagem</div>
   
 <br>    <fieldset class="fields1">
<dl><dt>
    <label>Nome:</label></dt>
    <dd class="frm-input"><input type="text" id="nome" class="inputbox"> <div id="nome" style="display:inline"></div>
    </dd></dl>
    <dl><dt>
    <label>Idade:</label></dt>
    <dd class="frm-input"><input type="text" id="idade" style="width: 50px;" class="inputbox"> <div id="years" style="display:inline"></div>
    </dd></dl>
<dl><dt>
    <label>Cargo que desejo:</label></dt>
    <dd class="frm-input">
<select id="cargo">
<option value="Administrador">Administrador</option>
<option value="Helper">Helper</option>
<option value="Design">Design</option>
</select>
    </dd></dl>


    <dl><dt>
    <label>Por que deseja o cargo?:</label></dt>
    <dd><textarea id="desc" class="inputbox" style="clear: both; height: 100px; width: 750px;" maxlength="450"></textarea> <div id="identifydesc" style="display:inline"></div>
    </dd></dl>
   
   
   
   
    </fieldset>
   
    <input type="hidden" name="message">
    <input type="hidden" name="mode" value="reply">
    <input type="hidden" name="t" value="2617">
   
   
  </div></div><div id="sthd" style="margin:0px"></div>

    <br>
    <div id="bts" style="" class="panel"><div class="inner">
    <fieldset class="submit-buttons"><input id="bt-pr-questao" value="Pré-visualizar" type="button" class="button1"> <input id="bt-enviar" value="Enviar questão" type="button" class="button1" name="post"> <input id="bt-apagar" value="Apagar tudo" type="button" class="button1">
    <input id="bt-enviar-e" value="Enviar Questão" type="submit" class="button1" style="display:none;" name="post"></fieldset></div></div>
   
</div></form>
<br>
    <div id="enviado" style="display:none;" class="panel"><div class="inner"><center><img src="http://2img.net/i/fa/admin/wait_preview.gif" alt="carregando" title="enviando..."><br><span class="conteudo_texto">enviando...</span></center></div></div></div></div></div></div>
Até mais!

Inspirage Inspirage  • Qua 4 Dez 2013 - 22:11

[F]lames [F]lames  • Qui 12 Dez 2013 - 15:22

[Formulário] Inscrição para a Equipe. Empty Re: [Formulário] Inscrição para a Equipe. Qui 12 Dez 2013 - 15:22

Reputação da mensagem: 100% (1 votos)
Olá,

Já sabes como configurar, creio eu:
Código:
<div id="formflames"><form action="/post" method="post" name="post" id="formflames-form"><fieldset><dl id="formflames-zero"><dd><strong id="formflames-title" style="width: 99%;padding-right: 0;">[INSCRIÇÃO PARA EQUIPE] </strong></dd></dl><dl id="formflames-one"><dd><input type="text" autocomplete="off" spellcheck="true" id="name" class="TextLightI WatermarkedInput" maxlength="1024" value="" placeholder="Nome">
<input type="text" autocomplete="off" spellcheck="true" id="sobrename" class="TextLightI WatermarkedInput" maxlength="1024" value="" placeholder="Sobrenome">
</dd></dl><dl id="formflames-two"><dd><select id="cargo" class="TextLightI" style="padding-right: 0;width: 99%;"><option>Cargo desejado</option>
 
  <option>Administrador</option>
  <option>Helper</option>
  <option>Designer</option>
</select></dd></dl>
<dl id="formflames-four"><dd><textarea autocomplete="off" class="AreaLightI" spellcheck="true" id="conheciments" placeholder="Conhecimentos"></textarea>
<textarea autocomplete="off" class="AreaLightI" spellcheck="true" id="why" placeholder="Por que deseja ser da equipe?"></textarea></dd></dl><dl id="formflames-five" style="text-align: center;margin: 5px 0;"><dd><input type="hidden" name="mode" value="newtopic"><input type="hidden" name="f" value="1"><input type="hidden" name="lt" value="0"><input type="button" value="Enviar" id="formflames-valid" style="margin-right: 5px;"><input type="submit" value="Enviar" id="formflames-validd" name="post" style="display: none;"></dd></dl><dl id="formflames-six" style="display: none;"><dd><input id="subject" name="subject" value=""><textarea id="message" name="message"></textarea></dd></dl>
</fieldset><p style="text-align: center;border: 1px solid rgba(124, 186, 44, 0.16);padding: 7px;margin: 5px 5px 30px 5px;display: none;color: #7cba2c;font-weight: bold;" class="bold green loadingi"><img src="http://i.imgur.com/gygr8wi.gif"><br>Enviando seu tópico...</p><p style="text-align: center;border: 1px solid rgba(124, 186, 44, 0.16);padding: 7px;margin: 5px 5px 30px 5px;display: none;font-weight: bold;color: #7cba2c;" class="bold green instaled"><img src="http://cdn1.iconfinder.com/data/icons/essen/32/check.png" style="width: 26px;"><br>Tópico postado com sucesso!</p></form><style>form strong#formflames-title {
alignment-baseline: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(255, 255, 255, 0.80);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
baseline-shift: baseline;
border-bottom-color: rgb(33, 33, 33);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(33, 33, 33);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(33, 33, 33);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(33, 33, 33);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: none;
border-top-width: 0px;
bottom: auto;
box-shadow: none;
box-sizing: content-box;
caption-side: top;
clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color: rgb(33, 33, 33);
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-rendering: auto;
cursor: auto;
direction: ltr;
display: inline-block;
dominant-baseline: auto;
empty-cells: show;
fill: #000000;
fill-opacity: 1;
fill-rule: nonzero;
filter: none;
float: none;
flood-color: rgb(0, 0, 0);
flood-opacity: 1;
font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe UI Web Regular', 'Segoe UI', 'Segoe UI Symbol', 'Helvetica Neue', Arial;
font-size: 27px;
font-style: normal;
font-variant: normal;
font-weight: normal;
glyph-orientation-horizontal: 0deg;
glyph-orientation-vertical: auto;
image-rendering: auto;
kerning: 0;
left: auto;
letter-spacing: normal;
lighting-color: rgb(255, 255, 255);
line-height: 38px;
list-style-image: none;
list-style-position: outside;
list-style-type: disc;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
marker-end: none;
marker-mid: none;
marker-start: none;
mask: none;
mask-type: luminance;
max-height: none;
max-width: none;
min-height: 0px;
min-width: 0px;
opacity: 1;
orphans: 2;
outline-color: rgb(33, 33, 33);
outline-style: none;
outline-width: 0px;
overflow-wrap: normal;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 5px;
padding-left: 1%;
padding-right: 10%;
padding-top: 0px;
page-break-after: auto;
page-break-before: auto;
page-break-inside: auto;
pointer-events: auto;
position: static;
resize: none;
right: auto;
shape-rendering: auto;
speak: normal;
stop-color: rgb(0, 0, 0);
stop-opacity: 1;
stroke: none;
stroke-dasharray: none;
stroke-dashoffset: 0;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-width: 1;
tab-size: 8;
table-layout: auto;
text-align: start;
text-anchor: start;
text-decoration: none;
text-indent: 0px;
text-overflow: clip;
text-rendering: auto;
text-shadow: none;
text-transform: none;
top: auto;
unicode-bidi: normal;
vector-effect: none;
vertical-align: baseline;
visibility: visible;
white-space: normal;
widows: 2;
width: 98%;
word-break: normal;
word-spacing: 0px;
word-wrap: normal;
writing-mode: lr-tb;
z-index: auto;
zoom: 1;
border-bottom: 1px solid rgb(204, 204, 204);
}
form .TextLightI {
alignment-baseline: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(255, 255, 255, 0.80);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
baseline-shift: baseline;
border-bottom-color: rgb(33, 33, 33);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(33, 33, 33);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(33, 33, 33);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(33, 33, 33);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: none;
border-top-width: 0px;
bottom: auto;
box-shadow: none;
box-sizing: content-box;
caption-side: top;
clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color: rgb(33, 33, 33);
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-rendering: auto;
cursor: auto;
direction: ltr;
display: inline-block;
dominant-baseline: auto;
empty-cells: show;
fill: #000000;
fill-opacity: 1;
fill-rule: nonzero;
filter: none;
float: none;
flood-color: rgb(0, 0, 0);
flood-opacity: 1;
font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe UI Web Regular', 'Segoe UI', 'Segoe UI Symbol', 'Helvetica Neue', Arial;
font-size: 27px;
font-style: normal;
font-variant: normal;
font-weight: normal;
glyph-orientation-horizontal: 0deg;
glyph-orientation-vertical: auto;
height: 42.46875px;
image-rendering: auto;
kerning: 0;
left: auto;
letter-spacing: normal;
lighting-color: rgb(255, 255, 255);
line-height: 38px;
list-style-image: none;
list-style-position: outside;
list-style-type: disc;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
marker-end: none;
marker-mid: none;
marker-start: none;
mask: none;
mask-type: luminance;
max-height: none;
max-width: none;
min-height: 0px;
min-width: 0px;
opacity: 1;
orphans: 2;
outline-color: rgb(33, 33, 33);
outline-style: none;
outline-width: 0px;
overflow-wrap: normal;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 5px;
padding-left: 1%;
padding-right: 10%;
padding-top: 0px;
page-break-after: auto;
page-break-before: auto;
page-break-inside: auto;
pointer-events: auto;
position: static;
resize: none;
right: auto;
shape-rendering: auto;
speak: normal;
stop-color: rgb(0, 0, 0);
stop-opacity: 1;
stroke: none;
stroke-dasharray: none;
stroke-dashoffset: 0;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-width: 1;
tab-size: 8;
table-layout: auto;
text-align: start;
text-anchor: start;
text-decoration: none;
text-indent: 0px;
text-overflow: clip;
text-rendering: auto;
text-shadow: none;
text-transform: none;
top: auto;
unicode-bidi: normal;
vector-effect: none;
vertical-align: baseline;
visibility: visible;
white-space: normal;
widows: 2;
width: 89%;
word-break: normal;
word-spacing: 0px;
word-wrap: normal;
writing-mode: lr-tb;
z-index: auto;
zoom: 1;border-bottom: 1px solid rgb(204, 204, 204);
}
form .AreaLightI {
alignment-baseline: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(255, 255, 255, 0.8);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
baseline-shift: baseline;
border-bottom-color: rgb(33, 33, 33);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(33, 33, 33);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(33, 33, 33);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(33, 33, 33);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: none;
border-top-width: 0px;
bottom: auto;
box-shadow: none;
box-sizing: content-box;
caption-side: top;
clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color: rgb(33, 33, 33);
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-rendering: auto;
cursor: auto;
direction: ltr;
display: inline-block;
dominant-baseline: auto;
empty-cells: show;
fill: #000000;
fill-opacity: 1;
fill-rule: nonzero;
filter: none;
float: none;
flood-color: rgb(0, 0, 0);
flood-opacity: 1;
font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe UI Web Regular', 'Segoe UI', 'Segoe UI Symbol', 'Helvetica Neue', Arial;
font-size: 27px;
font-style: normal;
font-variant: normal;
font-weight: normal;
glyph-orientation-horizontal: 0deg;
glyph-orientation-vertical: auto;
height: 266px;
image-rendering: auto;
kerning: 0;
left: auto;
letter-spacing: normal;
lighting-color: rgb(255, 255, 255);
line-height: 38px;
list-style-image: none;
list-style-position: outside;
list-style-type: disc;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
marker-end: none;
marker-mid: none;
marker-start: none;
mask: none;
mask-type: luminance;
max-height: none;
max-width: none;
min-height: 0px;
min-width: 0px;
opacity: 1;
orphans: 2;
outline-color: rgb(33, 33, 33);
outline-style: none;
outline-width: 0px;
overflow-wrap: normal;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 5px;
padding-left: 1%;
padding-right: 10%;
padding-top: 5px;
page-break-after: auto;
page-break-before: auto;
page-break-inside: auto;
pointer-events: auto;
position: static;
resize: none;
right: auto;
shape-rendering: auto;
speak: normal;
stop-color: rgb(0, 0, 0);
stop-opacity: 1;
stroke: none;
stroke-dasharray: none;
stroke-dashoffset: 0;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-width: 1;
tab-size: 8;
table-layout: auto;
text-align: start;
text-anchor: start;
text-decoration: none;
text-indent: 0px;
text-overflow: clip;
text-rendering: auto;
text-shadow: none;
text-transform: none;
top: auto;
unicode-bidi: normal;
vector-effect: none;
vertical-align: baseline;
visibility: visible;
white-space: normal;
widows: 2;
width: 89%;
word-break: normal;
word-spacing: 0px;
word-wrap: normal;
writing-mode: lr-tb;
z-index: auto;
zoom: 1;
border-bottom: 1px solid rgb(204, 204, 204);
}
dl#formflames-five dd input:hover {
background-color: rgb(231,231,231) !important;
}
dl#formflames-five dd input {
alignment-baseline: auto;
background-attachment: scroll;
background-color: rgb(243,243,243);
background-clip: border-box;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
baseline-shift: baseline;
border-bottom-color: rgb(102, 102, 102);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(102, 102, 102);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(102, 102, 102);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(102, 102, 102);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: none;
border-top-width: 0px;
bottom: auto;
box-shadow: none;
box-sizing: content-box;
caption-side: top;
clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color: rgb(33, 33, 33);
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-rendering: auto;
cursor: pointer;
direction: ltr;
display: inline-block;
dominant-baseline: auto;
empty-cells: show;
fill: #000000;
fill-opacity: 1;
fill-rule: nonzero;
filter: none;
float: none;
flood-color: rgb(0, 0, 0);
flood-opacity: 1;
font-family: 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
glyph-orientation-horizontal: 0deg;
glyph-orientation-vertical: auto;
height: 28px;
image-rendering: auto;
kerning: 0;
left: auto;
letter-spacing: normal;
lighting-color: rgb(255, 255, 255);
line-height: 28.15625px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
marker-end: none;
marker-mid: none;
marker-start: none;
mask: none;
mask-type: luminance;
max-height: none;
max-width: none;
min-height: 0px;
min-width: 0px;
opacity: 1;
orphans: 2;
outline-color: rgb(102, 102, 102);
outline-style: none;
outline-width: 0px;
overflow-wrap: normal;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0px;
padding-left: 7px;
padding-right: 7px;
padding-top: 0px;
page-break-after: auto;
page-break-before: auto;
page-break-inside: auto;
pointer-events: auto;
position: relative;
resize: none;
right: auto;
shape-rendering: auto;
speak: normal;
stop-color: rgb(0, 0, 0);
stop-opacity: 1;
stroke: none;
stroke-dasharray: none;
stroke-dashoffset: 0;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-width: 1;
tab-size: 8;
table-layout: auto;
text-align: left;
text-anchor: start;
text-decoration: none;
text-indent: 0px;
text-overflow: ellipsis;
text-rendering: auto;
text-shadow: none;
text-transform: none;
top: auto;
unicode-bidi: normal;
vector-effect: none;
vertical-align: baseline;
visibility: visible;
white-space: nowrap;
widows: 2;
word-break: normal;
word-spacing: 0px;
word-wrap: normal;
writing-mode: lr-tb;
z-index: auto;
zoom: 1;
font-size: 21px;
font-weight: normal;
height: 33px;
font-family: 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;
font-size: 15px;
font-weight: normal;
height: 30px;
line-height: 29px;
}</style>
<script>jQuery(function() {
  /* categoria */
  var number="1";
  jQuery('#formflames-five dd input[name="f"]').attr('value',number);
    /* nick */
  jQuery.get('http://bestskins.com.br/profile?mode=editprofile', function(data) {
      username=jQuery('input[name="username"]:first', data).attr('value');
  });
    /* title */
  jQuery('#formflames-one dd input:first').keyup(function() {
      var name=jQuery('#formflames-one dd input:first').val();
      jQuery('#formflames-title').html('[INSCRIÇÃO PARA EQUIPE] '+username);
      jQuery('#subject').attr('value','[INSCRIÇÃO PARA EQUIPE] '+username);
  });
  /* postar */
  jQuery('#formflames-valid').click(function() {
      var name=jQuery('#name').val();
      var sobrename=jQuery('#sobrename').val();
      var conheciment=jQuery('#conheciments').val();
      var cargo=jQuery('#cargo option:selected').text();
      var why=jQuery('#why').val();
      jQuery('#message').val('[center][b][INCRIÇÕES PARA EQUIPE] '+nick+'[/b][/center]\n\n[b]Nome:[/b] '+name+'\n\n[b]Sobrenome:[/b] '+sobrename+'\n\n[b]Cargo desejado:[/b] \n'+cargo+'\n\n[b]Conhecimentos:[/b] '+conheciment+'\n\n[b]Por que deseja ser da equipe?[/b] \n\n[code]'+why+'[/code]');
      jQuery('#formflames-form fieldset').fadeOut();
      jQuery('p.bold.green.loadingi').fadeIn();
      jQuery('p.bold.green.loadingi').hide();
      jQuery('p.bold.green.instaled').fadeIn(2000);
      jQuery('#formflames-validd').click();
  });
});</script></div>

Até mais.

Inspirage Inspirage  • Qui 12 Dez 2013 - 17:27

[Formulário] Inscrição para a Equipe. Empty Re: [Formulário] Inscrição para a Equipe. Qui 12 Dez 2013 - 17:27

Olá,

muito obrigado, até mesmo por sua disponibilidade em criar o formulário. Obrigado também ao Davinatsu pela atenção...

Cordialmente,
Inspirage.

GSCode GSCode  • Qui 12 Dez 2013 - 17:55

Inspirage Inspirage  • Qui 12 Dez 2013 - 17:57

Júnior Duarte Júnior Duarte  • Qui 12 Dez 2013 - 18:11

[Formulário] Inscrição para a Equipe. Empty Re: [Formulário] Inscrição para a Equipe. Qui 12 Dez 2013 - 18:11

Inspirage escreveu:Sim amigo, pedido atendido ;D

Boas meu caro pode me dizer onde se aplica esse código?

[K]oke [K]oke  • Qui 12 Dez 2013 - 18:22

[Formulário] Inscrição para a Equipe. Empty Re: [Formulário] Inscrição para a Equipe. Qui 12 Dez 2013 - 18:22

[sucesso=Tópico Resolvido; e Bloqueado][/sucesso]Movido para: Arquivo - Pedido de código

Conteúdo patrocinado  • 

[Formulário] Inscrição para a Equipe. Empty Re: [Formulário] Inscrição para a Equipe.

Permissões neste sub-fórum
Não podes responder a tópicos