Saulgarber
Forum Replies Created
-
Any answer yet?
Forum: Plugins
In reply to: [Contact Form 7] Response works in one form and doesn't in anotherOh, yes… it’s because there are a statement that say “Todos os campos devem ser preenchidos” (“All the fields must be fulfilled”).
And you’re right: there are too many fields. But it is a client requirement, so I can’t do anything about.I’m sending here the code of the form (that is not working)…
Please try to find a error. I just did all the procedures suggested in that “Issues” link and anything were succeed.
Thanks!<div class="six columns b10"> <p>Nome <br /> [text* your-name] </p> <p>Bairro <br /> [text* bairro class:field_text] </p> <p>Estado <br /> [text* estado class:field_text] </p> <p>Telefone <br /> [text* telefone class:field_text] </p> <p>CPF <br /> [text* cpf class:field_text] </p> <p>Data de nascimento <br /> [text* born class:field_text] </p> <p>Pousada <br /> [select* choose class:select-box class:form-row class:field_select "Pousada Chalés" "Pousada Residence" "Pousada Inn" "Casa 17" "Apartamento 18" "Casa 19" "Apartamento 20" "Apartamento 21"] </p> <p>N° de pessoas <br /> [select* person class:select-box class:form-row class:field_select "1" "2" "3" "4" "5"] </p> <p>Data de entrada<br /> [text* indate class:field_text] </p> </div> <p>Endereço<br /> [text* address class:field_text] </p> <p>Cidade<br /> [text* city class:field_text] </p> <p>CEP<br /> [text* cep class:field_text] </p> <p>Celular<br /> [text cel class:field_text] </p> <p>RG<br /> [text* ident class:field_text] </p> <p>Seu e-mail (obrigatório)<br /> [email* your-email] </p> <p>Valor Combinado<br /> [text* valor class:field_text] </p> </div> <div class="six columns b10"> <p>N° de crianças: menores de 5 anos<br /> [select* menor class:select-box class:field_select "0" "1" "2" "3" "4"] </p> <p>Data de saida<br /> [text* outdate class:field_text] </p> <p></p> <p>[response]</p> </div> <div class="twelve columns b10"> <p>Por favor, coloque o nome de todas as pessoas que estarão hospedadas: <br /> [textarea* your-message] </p> <p>[submit "Enviar"]</p> </div>Forum: Plugins
In reply to: [Contact Form 7] Response works in one form and doesn't in anotherHi buzztone;
The form that is in the page “Reservas” (http://www.pousadagamboa.com.br/reservas-2/) is sending the message but, as the response message (“Thanks. Your message has been sent” or so – i mean, I have my own mssgs in Portuguese) doesn’t appear, people stay sending again and again.
I’ve tried all the things you suggest in other posts (and some other) but the problem remains.
Do you need I send the code of both the forms?
I don’t understand your statement “Also include all your input in both the Form section and Mail section of the CF7 interface.”