$(document).ready(function() {
    $('#solution-suggestion').attr('method', 'post').attr('action', 'thankyou.php');
});

