Skip to content

Instantly share code, notes, and snippets.

@antiden
Created February 1, 2017 12:03
Show Gist options
  • Save antiden/44bf728f779df0629c8b8dd57844e958 to your computer and use it in GitHub Desktop.
Save antiden/44bf728f779df0629c8b8dd57844e958 to your computer and use it in GitHub Desktop.
Lern data from page and pass in field
$('.products__box .order_product').click(function(){
var know_title = $(this).parents('.products__box').find('.products__box--title').text();
$('.wpcf7').find('input[name=text-172]').val(know_title);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment