silviael
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] the automatic answer (mail2) does not workcan I cancel this unnecessary request for assistance?
Forum: Plugins
In reply to: [Contact Form 7] the automatic answer (mail2) does not workI have to apologize! The error is trivial: the email address entered for testing is incorrect
Forum: Plugins
In reply to: [Contact Form 7] the automatic answer (mail2) does not workForm:
<h3>Inviatemi altre informazioni e i costi di "incontra lo sciamanesimo"</h3> <label><h9> Nome e Cognome (richiesto):<br /><br /> [text* your-name id:campo-forminfo] </h9></label> <label><h9> La tua email (richiesto):</h9><br /><br /> [email* your-email id:campo-forminfo] </h9></label> <label><h9> Se hai altre domande scrivile qui:<br /><br /> [textarea your-message id:campo-forminfo2] </h9></label> <h9>[checkbox* checkbox-598 "dichiaro di avere letto, compreso e di accettare la Privacy Policy e acconsento al trattamento dei miei dati personali al fine di dare un seguito alla mia richiesta (richiesto)"]</h9> <h9>[checkbox checkbox-503 "desidero ricevere informazioni aggiornate e offerte speciali via mail (newsletter)"]</h9> [recaptcha] <h9>[submit "Invia"]</h9> [cf7rfr_referrer cf7rfr_referrer-332]
mail: https://drive.google.com/open?id=1QekcFQSfySYy_8IVZZNxoAbrVMfDTZ2o
mail2: https://drive.google.com/open?id=1s4lAoLIYGu2u2PRLlee19m9woJnooqjW
thank you Neil
Forum: Plugins
In reply to: [Contact Form 7] Error messages prevent the user from completing the formI solved with this additional CSS, thanks for the support:
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
position: static !important;
}Forum: Plugins
In reply to: [Contact Form 7] Error messages prevent the user from completing the formI modified the “additional css” by entering this code:
h9 {
font-size: 22px;
position: relative;
}the form code is now like this:
<label> <h9> Name and Surname (required): <br /> <br />
????[text * your-name] </ h9> </ label><label> <h9> Your email (required): </ h9> <br /> <br />
????[email * your-email] </ h9> </ label><label> <h9> Subject: Please send me more info and costs for the intensive shamanism course </ h9> </ label> <br /> <br />
<label> <h9> If you have any further questions, please write them here: <br /> <br />
????[textarea your-message] </ h9> </ label><h9> [acceptance acceptance-271] I give my consent to the processing of my data for the purpose of my request (necessary to be able to send the request for information) [/ acceptance] </ h9>
<h9> [checkbox checkbox-647 “I would like to receive updated information and special offers via email”] </ h9>
<h9> [submit “Submit”] </ h9>
The form takes the measure of the character, but the “position” does not change. I have tried all the available values ??of “position”
What should I do?
Thank youForum: Plugins
In reply to: [Contact Form 7] Error messages prevent the user from completing the formthank you Neil. How can I solve this problem?
Forum: Plugins
In reply to: [Contact Form 7] Error messages prevent the user from completing the formthis is the screenshot before filling out the form:
https://essereluce.it/wp-content/uploads/2018/09/tmp1.jpgthis is the screenshot after pressing “send” without having filled in a required field
https://essereluce.it/wp-content/uploads/2018/09/tmp2.jpgthe error message hampers the box
Thanks for the attention