Hello,
I have a problem with my cred forms.
I use modal avada, and i have add my form in the modal, my problem is when the form is validated, the modal is closed. The form is working, but how i could stay in the modal and show the toolset message .
Thanks a lot
Dear Roman,
How do you setup the CRED form and the "modal"?
I suggest you edit the CRED form, option "After visitors submit this form" choose "Display a message instead of the form", and test again.
No, it doesn't work.
I have to check Ajax or not ? I don't understand what it is. I know ajax, but in this cas i don't understand.
I have a other problems, but i have create a ticket for that. the option required doesn't work 🙁
I just test it again in my localhost, the only option maybe work for your case:
1) edit the CRED form, enable the option "AJAX submission"
2) option "After visitors submit this form" choose "Keep displaying this form"
Then there isn't URL redirection after user submit the CRED form.
Hello,
Your are the best ! Is is working 🙂
Oops, i have just one small problem, when i validate, there is a popup "Operation completed successfully" it is not my langage, and i don't know where i could change or delete this message.
Currently you can only change the message, for example, add below codes into your theme/functions.php:
add_filter('gettext', 'mycustom_func', 10, 2);
function mycustom_func($translated_text, $domain){
if($domain != 'wpv-views') return $translated_text;
if($translated_text == 'Operation completed successfully'){
$translated_text = 'Operation completed successfully in your language';
}
return $translated_text;
}
Thanks, but is it possible to cancel this alert ?
And, i have just tried this code it doesn't work.
For the question "cancel this alert ", it is not possible yet within CRED yet, and it is already in our to-do list, I added this thread into it, our developers will take care of it. but there isn't any ETA for it, I suggest you subscribe to our blog to get the updated news.
https://toolset.com/blog/