Parents in Conflict
Are you a parent experiencing arguments with your partner or ex?

What is Parents in Conflict?

Whether you're parenting together or apart, you can download the below self-help books, complete a free online relationships course (for together couples), Triple P transitions (for apart couples) or for more information and to access help, email parenting@dudley.gov.uk

Resources

The Couple Code

Next Time (self help book)








// ------------------------------------------------ // Page FadeIn - jQuery Script // For Page FadeOut add the class .link to the href // ------------------------------------------------ /* $(document).ready(function() { $('body').css('display', 'none'); $('body').fadeIn(500); $('.link').click(function(event) { event.preventDefault(); newLocation = this.href; $('body').fadeOut(500, newpage); }); function newpage() { window.location = newLocation; } }); new WOW().init(); */