Viewing 4 replies - 1 through 4 (of 4 total)
  • Send a link or the actual code. Quickly guessing, you may have a div with a set width or a div that is going over the form.

    Thread Starter Simone Montrucchio

    (@simonemontrucchio)

    Hi @izzysanime, in CF7 plugin I wrote this.
    <table>
    <tr>[acceptance condizioni] Accetto le condizioni esposte nella pagina e con l’invio del presente modulo acconsento al trattamento dei dati personali trasmessi.</tr>
    <tr></tr>
    <tr><td>[recaptcha]</td>
    <td>[submit “Invia”]</td>
    </tr>
    </table>

    I also tried to put [recaptcha] outside of the table, letting it a full width row but is cut off anyway.

    OK, if you are using tables, the text above needs to be in a <td>

    <table width="100%">
    <tr>
    	<td colspan="2">[acceptance condizioni] Accetto le condizioni esposte nella pagina e con l’invio del presente modulo acconsento al trattamento dei dati personali trasmessi.</td>td></tr>
    <tr></tr>
    <tr><td>[recaptcha]</td>
    <td>[submit “Invia”]</td>
    </tr>
    </table>
    Thread Starter Simone Montrucchio

    (@simonemontrucchio)

    In your code there is an error
    trasmessi.</td>td></tr>

    But, anyway, adding that td doesn’t fix anything

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Recaptcha issue’ is closed to new replies.