karolalacart
Forum Replies Created
-
Oh no no, I want to reset those limits…
- This reply was modified 1 year, 6 months ago by karolalacart.
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] Only one review per userI tried, but it is not the solution…
The problem was WooCommerce.
Forum: Plugins
In reply to: [Contact Form 7] Attachments don’t workAh, ok, in the FORM field you should be have something like this [file file filetypes:.pdf|.docx|.rtf|.doc|.jpg|.png|.exe| id:file].
Then, in MAIL field, need write [file] into the File Attachments field. And is all.
I hope it works ?.
Forum: Plugins
In reply to: [Contact Form 7] Attachments don’t workHello, the form don′t work or the mail don′t show the files??
Forum: Plugins
In reply to: [Contact Form 7] add color within contact form 7Hello,
You can to change all colors modifying the CSS, for example, with this plugin.When you form is publish, the follow step is to make clic (right) in the form field and select “examine”. Now, should be detect the element class, normally defined by class=”.I’m-a-class”.
Then, you go to previus css plugin and write:
.I’m-a-class {background-color: #000000;}
For HTML color #000000 (You can use too “red” or “blue”, or “black” instead of HTML code).
Forum: Plugins
In reply to: [Contact Form 7] Problem with display my subject and my message CF7Mmmm whats the problem?
You can write into the Email Field:[your-subject]
[your-message]because the labels are differents.
Forum: Plugins
In reply to: [Contact Form 7] Conditional RedirectionYes!, See this faq
Forum: Plugins
In reply to: [Contact Form 7] I want the form to disappear after it is sentYes, sure!
You can “redirecting to another url after submissions”:Write
on_sent_ok: “location = ‘https://example.com/’;”
into the Additional Settings field.Forum: Plugins
In reply to: [Contact Form 7] My apply now form doesn’t work only if I attach a fileMmmm normally the file field looks: [file captura filetypes:.png|.jpg|.jpeg|.pdf|.doc|.docx]
maybe your form lack the filetipes…Forum: Plugins
In reply to: [Contact Form 7] Retrieve email from a messageHello,
Maybe, the email field isn′t a required field, so, the customer didn′t write his address…Forum: Plugins
In reply to: [Contact Form 7] Auto ResponseMmmm can You attach us some screenshots?
Forum: Plugins
In reply to: [Contact Form 7] Email sent, but error message in form contactOh, ya sé! (te hablo en espa?ol ?):
El mensaje que aparece en rojo indica un error, pero los mensajes de error se configuran precisamente en el apartado “Mensajes” que esta junto a “Correo electrónico” y “Ajustes adicionales”. Busca el error que tenga ese texto en su campo “Falló el envío del mensaje. Por favor…” y supongo que así conocerás la naturaleza del fallo…Forum: Plugins
In reply to: [Contact Form 7] Email sent, but error message in form contactI have try with the form but don′t work. So, I think that your form fields have some mistake. Can you attach a CF7 screenshot?
Forum: Plugins
In reply to: [Contact Form 7] Auto ResponseYou have two options:
1. Check “Use mail (2)” and configure the mail puting the sender-mail into the first field.
2. You can add other mail into the Principal Mail field named “To”, separating with comma, so: [email protected], [sender-mail].