Constancy Wealth
 
  • Start your journey
    • Retirement Planning
  • Our Life
    • 2018 Christmas Lunch
    • RiverFire Event
    • Halloween Photography Class
  • About us
    • What you can expect
  • Resource Centre
    • Frequently Asked Questions
    • Checklists
  • Start your journey
    • Mortgage broking
    • Insurance
    • Debt advice
    • Investment
    • Estate planning
    • Superannuation
    • Wealth creation
    • Tax planning
    • Retirement planning
  • Contact us

Site Map

  • Financial Planner Brisbane - Home
  • Financial Management Brisbane - Start your journey
    • Mortgage broking
    • Insurance
    • Debt consolidation
    • Investment
    • Estate planning
    • Superannuation
    • Wealth creation
    • Tax planning
    • Retirement planning
  • Our Life
    • 2018 Christmas Lunch
    • RiverFire Event
    • Halloween Photography Class
  • Investment Advisor - About us
    • What you can expect
    • Resource Centre
    • Start planning your tomorrow today
    • Contact us
    • Get Started
    • Online Services
    • Tools & Calculators
    • Terms and Conditions
    • FSCG
    AMP Logo
    Constancy Wealth

    07 3117 3731 | daniel@constancywealth.com.au

    Connect with us

    ©2025 AMP Financial Planning  |  Financial Services and Credit Guide  |  Privacy  |  Terms & Conditions  |  Useful links | Site Map


    This website contains information that is general in nature. It does not take into account the objectives, financial situation or needs of any particular person. You need to consider your financial situation and needs before making any decisions based on this information.


    Constancy Wealth Management Pty Ltd ABN 51 168 427 361 trading as Constancy Wealth is an Authorised Representative and Credit Representative of AMP Financial Planning Pty Limited ABN 89 051 208 327 Australian Financial Services Licence 232706 and Australian Credit Licence 232706


    Powered by YTML Canvas

    //for clinets' sites var formSubmitSuccess; jQuery(function ($) { $("body").on('submit', '.formwidget', function (e) { var form = $(this); form.find("#divFWLoadingImg").show(); form.find('#formWidgetSubmitResultText').text(""); form.find("#btnFWSubmit").hide(); if (!form.find("input[name=sitekey]").length) { var sitekey = form.find(".g-recaptcha").data("sitekey"); if (sitekey) form.append($("<input>", { name: "sitekey", type: "hidden", value: sitekey })) } $.ajax({ type: form.attr('method'), url: form.attr('action'), data: form.serialize(), success: function (data) { console.debug(data); form.find("#divFWLoadingImg").hide(); form.find("#btnFWSubmit").show(); form.find('#formWidgetSubmitResultText').text(data.Message); grecaptcha.reset(); form.trigger("reset"); if (typeof gtag != "undefined") { gtag('event', "Sent", { 'event_category': "Form", 'event_label': "Lead tracking" }); } else { ga('send', 'event', 'Form', 'Sent', 'Lead tracking'); } var redirect = form.data("redirect"); if (redirect) { window.location = redirect; } formSubmitSuccess = true; }, error: function (xhr) { var data = xhr.responseJSON; form.find("#btnFWSubmit").show(); form.find("#divFWLoadingImg").hide(); form.find('#formWidgetSubmitResultText').text(data.Message); formSubmitSuccess = false; } }); e.preventDefault(); }); });