Function to capture a value and store it in a variable

I had a similar task with Contact Form 7, my approach was to add a hidden field to the form in CF7 and then write some jQuery to assign the value to the hidden field when the page was ready. <script> jQuery(document).Ready(function(){ document.getElementById(‘hiddeninputID’).value = document.getElementById(‘cphone’).value; }); </script> Using the above script is the simplest way … Read more

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