Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all 49010 articles
Browse latest View live

Issues with site resetting and Google ReCaptcha V3

$
0
0

Replies: 0

Hi We have had to disable Google Recaptcha 3 on our form as the entire website kept flickering (resetting) when we had it enabled on Contact Form 7

I think this might be a bug. Please could you advise? I created a similar topic on the WordPress forums and after 1 week, I have had no answer.


WPCF7_USE_PIPE not working

$
0
0

Replies: 0

I’m trying to create a dropdown menu like the example on your docs “Selectable recipient with pipes” but it’s not working…

If I put “CEO|ceo@example.com”, like on your page, on select I get

<option value="CEO">CEO</option>

I checked the value of WPCF7_USE_PIPE constant and it’s ‘1’

Can you help me?

Custom email tag or something else?

$
0
0

Replies: 0

Hello. I use your plugin on several websites and there’s a specific need for one of them. I have a hidden input field that brings in values separated by commas. I would like to manipulate these values in the email that is sent out and display something else to the user eventually.

Specifically, I want to include links and other elements in the email. Can I achieve this by creating a custom email tag to fetch and modify the desired output in order to show links etc?

Thank you in advance

Archimidis.

[NSFW] Showing up with error when the form is submitted

$
0
0

Replies: 1

Hi,

There is issue when the form is submitted. We have checked with all settings and even check server side also. there is no any issue from them – serverside

Please assist me with issue how to resolve at the earliest.
https://ibb.co/kcfMX8V
Screenshot link in the above.

Function wpcf7_special_mail_tag() was called incorrectly.

$
0
0

Replies: 0

Hi,

when trying to submit a contact form via Email the tags do not get converted into the text which was submitted although the mail tags seem to be defined, ok. In the wp debug log we see at the same this strange error:

PHP Notice: Function wpcf7_post_related_smt() was called incorrectly. The fourth parameter ($mail_tag) must be an instance of the WPCF7_MailTag class. (This message was added in Contact Form 7 version 5.2.2.) in /www/advokaternes_960/public/wp-content/plugins/contact-form-7/includes/functions.php on line 607

We use as a mail-tag

[email* your-email placeholder “e-mail”]

MaxItems not working

$
0
0

Replies: 0

HELP PLEASE…

I added the following to themechild\function.php but not working… I can still select both checkboxes where I was expecting to get an error if selecting more than 1 box… what am i doing wrong?

choiceplumbingorlando.com

FORM & PHP

Select Your Service Need (Required)
[checkbox* Service-Type "Service" "Estimate"]


[group Estimate]

[text* username class:form-control placeholder "Your Name"]

[text* Address class:form-control placeholder "Your Address"]

[number* Zip class:form-control placeholder "Your Zip"]

[tel* MobileNumber class:form-control placeholder "Your Mobile Phone Number"]

[textarea* Comments class:form-control placeholder "Tell Us More…"]

[/group]

[group Service]

[text* username class:form-control placeholder "Your Name"]

[text* Address class:form-control placeholder "Your Address"]

[number* Zip class:form-control placeholder "Your Zip"]

[tel* MobileNumber class:form-control placeholder "Your Mobile Phone Number"]

[select* services class:form-control "Select Service Type" "Emergency" "Drain" "Water Heater" "Water Leak" "Other"]

[select* Day class:form-control "Select Day" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday"]

[select* Time class:form-control "Select Time" "8:00AM-10:00AM" "10:00AM-12:00PM" "12:00PM-2:00PM" "2:00PM-5:00PM" "After 5:00PM "]

[/group]

[submit class:btn class:btn-primary class:btn-modern class:font-weight-bold class:text-3 class:px-5 class:py-3 "Submit"]
BELOW IS WHAT I ADDED IN FUNCTION.PHP OF THEMECHILD\FUNCTION.PHP

add_action(
'wpcf7_swv_create_schema',
function ( $schema, $contact_form ) {
$schema->add_rule(
wpcf7_swv_create_rule( 'maxitems', array(
'field' => 'Service-Type',
'threshold' => 1,
'error' => "SELECT ONLY ONE CHECKBOX!",
) )
);
},
10, 2
);

REST API routes for new hashed id

$
0
0

Replies: 0

Hello,

May I know how to access the rest route for this id?
[contact-form-7 id=”db9154e” title=”Contact form 1″]

I am getting 404 in postman when trying to call this endpoint
/contact-form-7/v1/db9154e/feedback

{

    “code”: “rest_no_route”,

    “message”: “No route was found matching the URL and request method.”,

    “data”: {

        “status”: 404

    }

}


Contact form conditional not working

$
0
0

Replies: 0

Hello,

I have been trying to create a form with conditional fields. I have the problem when I create a second conditional is not sending the email. I see the conditionals works fine but is not working. Someone can help me please?

<div class="column one">¿Qué problema has tenido?* [select* queproblema include_blank "Retraso" "Cancelación" "Problemas con el equipaje" "Pérdida de conexión" "Overbooking" "Viajes combinados" "Lesiones" "Otros"]</div>

[group select-retraso]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo retrasado [text numero-vuelo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo retrasado [date FechaVuelo]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Cuántos pasajeros queréis reclamar?[select Cuantospasajeros include_blank "1" "2" "3" "4" "5" "6" "7" "8" "9" "+10"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas las tarjetas de embarque?  [checkbox Tarjetaembarque exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la reserva o billete electrónico del vuelo?  [checkbox billete exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Has volado finalmente en el vuelo retrasado?  [checkbox volaste exclusive "Si" "No"]</div></span>



<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message x5 maxlength:150 placeholder "¿La compañía te dio alguna explicación por la cual se retrasaba el vuelo? "][count your-message down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "¿Quieres añadir algo más sobre tu retraso? "][count your-message1 down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group select-cancelacion]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo cancelado [text numero-vuelo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo cancelado [date FechaVuelo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Cuántos pasajeros queréis reclamar?[select Cuantospasajeros include_blank "1" "2" "3" "4" "5" "6" "7" "8" "9" "+10"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Con cuanta antelación te han comunicado la cancelación? [textarea antelacion x2 maxlength:100][count antelacion down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la comunicación de la cancelación? [checkbox comunicacion exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la reserva o billete electrónico del vuelo cancelado? [checkbox billete exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la tarjeta de embarque del vuelo cancelado?  [checkbox Tarjetaembarque exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Te han dado vuelo alternativo? [checkbox vueloalternativo exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[group vuelo-alternativo]</span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo alternativo [text numero-vuelo-alternativo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo alternativo [date FechaVuelo-alternativo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Conservas la tarjeta de embarque del vuelo alternativo?  [checkbox Tarjetaembarquealternativo2 exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group TarjetaEmbarqueAlternativaNO]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Tienes alguna comunicación de la compañía donde conste el vuelo alternativo?  [checkbox TarjetaembarquealternativoNO exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group otro-transporte]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has comprado vuelo u otro transporte para llegar a destino?  [checkbox OtroTransporte exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group otro-transporteSi]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-coste x5 maxlength:70 placeholder "¿Cuánto te ha costado ese nuvelo vuelo o transporte? "][count otro-transporte-coste down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has pedido el reembolso del vuelo cancelado?  [checkbox OtroTransporteReembolso exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-reembolso x5 maxlength:70 placeholder "¿A cuánto asciende lo pagado por el vuelo cancelado? "][count otro-transporte-reembolso down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Te han devuelto lo pagado por el vuelo cancelado?  [checkbox OtroTransporteDevuelto exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has tenido otros gastos?  [checkbox OtroTransporteOtrosGastos exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas los tiques o facturas de esos otros gastos?  [checkbox OtroTransporteOtrosTiques exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-gastos x5 maxlength:70 placeholder "¿A cuánto asciende esos otros gastos? "][count otro-transporte-gastos down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-gastos-desglosar x5 maxlength:70 placeholder "¿Puedes desglosar esos otros gastos? "][count otro-transporte-gastos-desglosar down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



<div class="column one">[textarea your-message x5 maxlength:150 placeholder "¿La compañía te dio alguna explicación por la cual se cancelaba el vuelo? "][count your-message down]</div>

<div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "¿Quieres añadir algo más sobre tu vuelo cancelado? "][count your-message1 down]</div>

[/group]

[group select-otro]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "Coméntanos brevemente que ha sucedido. Nuestros abogados lo analizarán y se pondrán en contacto contigo."][count your-message1 down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group select-conexion]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Cuántos pasajeros queréis reclamar?[select Cuantospasajeros include_blank "1" "2" "3" "4" "5" "6" "7" "8" "9" "+10"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Conservas la reserva o billete electrónico? [checkbox billete exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one"><h3>Información Vuelo retrasado</h3></div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo retrasado [text numero-vuelo-retrasado]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo retrasado [date FechaVuelo-retrasado]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Conservas la tarjeta de embarque del vuelo retrasado? [checkbox Tarjetaembarque-retrasado exclusive "Si" "No"]</div></span>



<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one"><h3>Información Vuelo Perdido</h3></div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo perdido [text numero-vuelo-perdido]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo perdido [date FechaVuelo-perdido]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Conservas la tarjeta de embarque del vuelo perdido? [checkbox Tarjetaembarque-perdido exclusive "Si" "No"]</div></span>




<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one"><h3>Información Vuelo Alternativo</h3></div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo alternativo [text numero-vuelo-alternativo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo alternativo [date FechaVuelo-alternativo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Conservas la tarjeta de embarque del vuelo alternativo? [checkbox Tarjetaembarque-alternativo exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[group TarjetaEmbarqueAlternativaNO]</span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Tienes alguna comunicación de la compañía donde conste el vuelo alternativo?  [checkbox TarjetaembarquealternativoNO exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



<div class="column one">[textarea your-message x5 maxlength:150 placeholder "¿La compañía te dio alguna explicación por la cual se retrasaba el vuelo? "][count your-message down]</div>

<div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "¿Quieres añadir algo más sobre tu pérdida de conexión? "][count your-message1 down]</div>

[/group]

[group select-overbooking]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo (denegado) [text numero-vuelo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo (denegado) [date FechaVuelo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Cuántos pasajeros queréis reclamar?[select Cuantospasajeros include_blank "1" "2" "3" "4" "5" "6" "7" "8" "9" "+10"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la reserva o billete electrónico del vuelo denegado? [checkbox billete exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la tarjeta de embarque del vuelo denegado?  [checkbox Tarjetaembarque exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas comunicación de la compañía reconociendo la denegación de embarque? [checkbox comunicacion exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Te han dado vuelo alternativo? [checkbox vueloalternativo exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[group vuelo-alternativo]</span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Número de vuelo alternativo [text numero-vuelo-alternativo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Fecha del vuelo alternativo [date FechaVuelo-alternativo]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la tarjeta de embarque del vuelo Alternativo?  [checkbox Tarjetaembarquealternativo exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group TarjetaEmbarqueAlternativaNO]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Tienes alguna comunicación de la compañía donde conste el vuelo alternativo?  [checkbox TarjetaembarquealternativoNO exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group otro-transporte]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has comprado vuelo u otro transporte para llegar a destino?  [checkbox OtroTransporte exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group otro-transporteSi]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-coste x5 maxlength:70 placeholder "¿Cuánto te ha costado ese nuvelo vuelo o transporte? "][count otro-transporte-coste down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has pedido el reembolso del vuelo denegado?  [checkbox OtroTransporteReembolso exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-reembolso x5 maxlength:70 placeholder "¿A cuánto asciende lo pagado por el vuelo denegado? "][count otro-transporte-reembolso down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Te han devuelto lo pagado por el vuelo denegado?  [checkbox OtroTransporteDevuelto exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has tenido otros gastos?  [checkbox OtroTransporteOtrosGastos exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas los tiques o facturas de esos otros gastos?  [checkbox OtroTransporteOtrosTiques exclusive "Si" "No"]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-gastos x5 maxlength:70 placeholder "¿A cuánto asciende esos otros gastos? "][count otro-transporte-gastos down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea otro-transporte-gastos-desglosar x5 maxlength:70 placeholder "¿Puedes desglosar esos otros gastos? "][count otro-transporte-gastos-desglosar down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



<div class="column one">[textarea your-message x5 maxlength:150 placeholder "¿La compañía te dio alguna explicación por la cual te denegó el embarque? "][count your-message down]</div>

<div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "¿Quieres añadir algo más sobre tu denegación de embarque? "][count your-message1 down]</div>

[/group]

[group select-equipaje]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">¿Qué le ha pasado a tu equipaje? [select dropdown-equipaje include_blank "Equipaje con retraso" "Equipaje dañado" "Equipaje perdido"] </div></span>




<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[group equipaje-retraso]</span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿El retraso en la entrega del equipaje te ocasiono algún gasto?  [radio Tesupusogasto default:0 "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[group supusogastosi]</span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Podrías acreditar esos gastos con facturas?  [radio Informaciogasto default:0 exclusive "Si" "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[group gasto-demostrado]</span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Cuánto sería el importe?[text cantidad-gasto-equipaje]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[/group]

<div class="column one-second">¿Rellenaste en el aeropuerto el Parte de Irregularidades de Equipaje? [radio rellenaste-parte default:0 "Si " "No"]</div>

<div class="column one-second">¿Conservas la pegatina del equipaje?  [radio conservas-pegatina default:0 "Si " "No"]</div>

<div class="column one-second">¿La incidencia te ha sucedido en el vuelo de ida o de regreso a tu domicilio?   [radio vuelo-ida-vuelta default:0 "En el vuelo de Ida " "En el vuelo de vuelta"]</div>

<div class="column one-second">¿Qué compañía operaba el vuelo? [text compania-operaba]</div>

<div class="column one-second">¿Qué día recibiste el equipaje y que día deberías haberlo recibido? [text dias-retraso]</div>

<div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "¿Quieres añadir algo más sobre tu equipaje con retraso? "][count your-message1 down]</div>

<div class="column one">[submit class:button_full_width "Enviar reclamación"]</div>

[/group]

[group equipaje-perdido]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one second">Para que el equipaje se considere perdido, es necesario que transcurran 21 días naturales desde la fecha del vuelo, en tal caso tienes derecho a indemnización de unos 1.400€ más o menos, depende del valor de los Derechos Especiales de Giro a fecha de la reclamación.</span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Si el equipaje se lo dan antes de esos 21 días, se ha de considerar como retrasado, y podría reclamar los gastos que ese retraso le haya podido originar, siempre es necesario aportar factura, suelen ser gastos de primera necesidad, así como unos 50€ por cada día de retraso en concepto de daño moral, pero los juzgados no consideran que existe daño moral si la incidencia te sucede en el regreso a tu domicilio, al tener las necesidades cubiertas.</span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Asimismo, te informamos que es imprescindible que haya reclamado en el aeropuerto, y rellenado el consiguiente PIR (Parte de Irregularidad de equipaje) y conserves el talón del equipaje. </span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"></div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message-perdido x8 maxlength:300 placeholder "¿Su equipaje lleva perdido más de 21 días naturales desde la fecha del vuelo? ¡Escríbenos! "][count your-message-perdido down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group equipaje-danado]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Rellenaste en el aeropuerto el Parte de Irregularidades de Equipaje? [radio rellenaste-parte-danado default:0 "Si " "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Conservas la pegatina del equipaje?  [radio conservas-pegatina-danado default:0 "Si " "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿Has realizado reclamación formal dentro de los 7 días siguientes a la recepción del equipaje? </span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">  [radio reclamacion-formal-danado default:0 "Si " "No"]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">¿A que importe ascienden los daños ocasionados en la maleta?[text cantidad-gasto-equipaje-danado]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message-danado x8 maxlength:300 placeholder "¿Quieres añadir algo más sobre tu equipaje dañado? "][count your-message-danado down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[/group]

[group select-lesion]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "Coméntanos brevemente que ha sucedido. Nuestros abogados lo analizarán y se pondrán en contacto contigo."][count your-message1 down]</div></span>


<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



[group select-Vcombinado]

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu nombre* [text* your-name] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Tu email* [email* your-email] </div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one-second">Teléfono [tel Telefono] </div></span>



<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;"><div class="column one">[textarea your-message1 x8 maxlength:300 placeholder "Coméntanos brevemente que ha sucedido. Nuestros abogados lo analizarán y se pondrán en contacto contigo."][count your-message1 down]</div></span>

<span style="font-size:11pt;font-family:Arial,sans-serif;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">[/group]</span>



<div class="column one">[submit class:button_full_width "Enviar reclamación"]</div>

Submitting a form causes the other forms on the page to not show

$
0
0

Replies: 0

I’m running into an error where submitting one form on the page causes the other forms on the page to not show. You can access the forms by clicking on the gray boxes on the page.

Error with red box

$
0
0

Replies: 0

Hello
I cannot figure out why I am getting an error message with my contact form here –

https://vayucostarica.com/blog-the-costa-rican/

I have tried to check the from email and it is a WordPress@, the to email I think is ok – this seemed to happen recently with a WordPress update .. I also checked the reCaptcha and it seems ok.

I really dont know what the issue is

Thanks

Script:SNH-gen [Trj] trojan warning via Norton 360 anti-virus

$
0
0

Replies: 0

Getting warnings (and being blocked from visiting sites) from Symantec Norton 360 anti-virus that any of the sites we manage that have Contact Form 7 has a trojan with Script:SNH-gen [Trj] – and it is doing this for nearly any version of CF7. Is anyone else seeing this on anti-virus. I suspect a false-positive, but have to be sure.

Error: Contact form not found

$
0
0

Replies: 2

Hi,

I’m not able to use CF7 Gutenberg block, I always have the error:

Errore: Modulo di contatto non trovato.”]

If I use the shortcode it works perfectly, but the Gutenberg block is not working…

email not sent

$
0
0

Replies: 2

I don’t receive the email, but everything is good.

i got the message :Thank you for your message. It has been sent. but nothing received. i even tried another email. my emails works fine

  • This topic was modified 6 hours, 42 minutes ago by wissam6.

Form Autofill not working when i enable cache in any speed plugin

$
0
0

Replies: 0

Hello Team Contact Form 7,

Please check the above link, this has a form in my website, it have top 4 value auto filled, but when i use any speed plugin like litespeed, wprocket, and other, after enabling cache, auto filled value stopped working, when i deactivate speed plugin then auto filled worked without any issue,

Please solve this problem,

REQUIRED FIELDS NOT WORKING

$
0
0

Replies: 0

The contact form is working fine BUT when testing – i did not fill up the required fields (name/email) and the form still SUBMITS. basically the validation of the form being filled properly does not work. please advise, have not encountered this before.


Error message on Contact form

$
0
0

Replies: 0

Hi,

When I fill out my contact form, I keep getting an error message saying this: “There was an error trying to send your message. Please try again later.” I have also asked my hosting company and they don’t see any errors on their end. Please let me know what I can do to solve this issue.

Thanks, lg5050

Multiple site Contact Forms Fail

$
0
0

Replies: 0

I have a few sites with the same issue. All my plugins & themes are up to date but the form fails on the short form on the home page and the full contact Us page as well.

Moving recaptcha icon from right to left

$
0
0

Replies: 0

Hello,
I recently enabled recaptcha in the forms of this website https://bizcomperu.com/and was wondering if there is a simple way for moving its icon from left to right and avoid overlapping with the whatsapp bubble

Delay timing of autoresponder

$
0
0

Replies: 0

Hello, I want to know if the following is possible:
Right now, the autoresponder always send the automatic response immediately after sending the contact form. I am wondering if it is possible to delay this automatic response, so that you get it after let’s say 30 minutes after you send the contact form.

I’d love to hear from you. Thanks.

Select field placeholder (include_blank) translation not working

$
0
0

Replies: 3

The default “-Please choose an option-” placeholder string for a <select> element is not translated in CF7 5.9.6. This is the string generated when using the include_blank option. A Finnish translation for it exists, it is just not used here.

Luckily a workaround exists, using first_as_label.

Examples:

  1. This encounters the issue, and prints “-Please choose an option-” instead of a translated string:
    [select* menu-palvelu include_blank "Palvelu 1" "Palvelu 2"]
  2. This workaround prints “Valitse” (Finnish for “Choose”):
    [select* menu-palvelu first_as_label "Valitse" "Palvelu 1" "Palvelu 2"]

Older threads:

Based on a forum search, this issue first appeared around 5.7, and has been reported also in German and French translations. It seems like the translation for this string is broken more widely, not just for one language.

https://wordpress.org/support/topic/select-field-placeholder-language/

https://wordpress.org/support/topic/select-topic-include_blank-translation-bug/

https://wordpress.org/support/topic/change-select-blank-text-based-on-field-or-form/

Viewing all 49010 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>