Forum Replies Created
-
AuthorPosts
-
I have tested the code and it works so good!!
Thanks a lot for the help!!
Best regards
June 10, 2016 at 1:45 pm in reply to: Contact Form autoresponse text with name field included #646194Hello again!
I would like you to ask how can i do the same with a more complex website in different languages, i would like to recover the fields in those languages independently and i am using the plugin Polylang. I want the autoresposive text in the appropriate language.
Let me know if you want to access to the website or anything!
Regards!
February 26, 2016 at 7:02 pm in reply to: Contact Form autoresponse text with name field included #589941YESS! it works .. Thank you very much …
I added in the function urldecode() for space and accentsfunction modify_autorespondermessage_func($message) { $nom= urldecode($_POST['avia_nombre_y_apellidos_1']); $new_message = "Dear". $_nom."<br>"; $new_message .= $message; return $new_message; } add_filter('avf_form_autorespondermessage', 'modify_autorespondermessage_func', 10, 1);
Regards,
SmsProFebruary 25, 2016 at 1:40 pm in reply to: Contact Form autoresponse text with name field included #589040Thanks Josue!
I understand that i have to introduce this code in functions.php changing the “avia_nombre_1” for “avia_nombre_y_apellidos_1”, according to this form http://smspro.es/contacto/ for example
function modify_autorespondermessage_func($message) { $new_message = "Dear". $_POST['avia_nombre_y_apellidos_1']."<br>"; $new_message .= $message; return $new_message; } add_filter('avf_form_autorespondermessage', 'modify_autorespondermessage_func', 10, 1);
Regards,
SmsProUpss sorry! this are the credentials
Hello Yigit,
Since I’m developing on local, I have created and upload a WordPress installation in a Testing Platform. URL is included below. I have installed Enfold already. So would it be possible to import the shop template you guys have developed as seen in http://kriesi.at/themes/enfold-shop/ ?
Thank you very much,
Looking forward to hearing from you as soon as posible :-)
Eduardo
Hello Yigit,
I would like to know how to import “enfold shop demo” into the template in order to learn how to replicate call to action row just below the Slider, where you have 4 links to categories with an hover image effect.http://kriesi.at/themes/enfold-shop/
Thank you
Eduardo -
AuthorPosts