I have little with jquery and I am stuck in the problem I mention in the title
I want to create a div with a class that is the parent of form and the last div that appears in the img.
I stayed here:
$(document).ready(function(){
$(".woocommerce").append('<div class="conjunto">');
});
I would appreciate the help