Viewing 4 replies - 1 through 4 (of 4 total)
  • Please describe your problem in more detail for the form that is NOT working. See http://codex.wordpress.org/Forum_Welcome for some guidance.

    Also include all your input in both the Form section and Mail section of the CF7 interface.

    Thread Starter Saulgarber

    (@saulgarber)

    Hi 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.”

    RE: The form .. is sending the message but the response message .. doesn’t appear.

    ​​I tried tested your form but it’s way to big for me to test in detail, with far too many required fields which are not indicated until I try to submit.

    Your problem could ​​be due a JavaScript conflict with either your current WordPress theme or one of the other plugins you are using – see Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.

    Problem could also be any error in your form content. I suggest you focus on any differences between the form that doesn’t work and the one that does.

    Thread Starter Saulgarber

    (@saulgarber)

    Oh, 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>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Response works in one form and doesn't in another’ is closed to new replies.