Push Contact form 7 variable to front end after submission

I have a contact form 7 form that’s sending information to an API. I want to display the API response on the front end. there are 2 ways to go about solving this type of problem, 1- Use the CF7 plugin’s message response hook, add_filter(‘wpcf7_display_message’, ‘my_response_msg’,10,2); function my_response_msg($message, $status){ if(‘mail_sent_ok’==$status){ $form = wpcf7_get_current_contact_form(); //in case … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)