• Resolved lhilton760

    (@lhilton760)


    I would like to show the down payment field on one page (https://myrevivallending.com/loan-type/home-purchase) but not on another page (https://myrevivallending.com/loan-type/home-refinance). If I have the default set to show “down payment” in the settings and eliminate the field in the shortcode below, the field is still visible on both pages.

    [mortgagecalculator total_amount_value=”$250,000″ interest_rate_value=”4.50%” amortization_period_value=”15 years”]

    If I set the value for the down payment to “null” that is what is displayed.

    [mortgagecalculator total_amount_value=”$250,000″ down_payment_value=”null” interest_rate_value=”4.50%” amortization_period_value=”15 years”]

    How do I hide this field on one page and display on another?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mortgage Calculator

    (@rmcalculator)

    I have added this feature. Use down_payment_visible option in the shortcode. For example:
    [mortgagecalculator total_amount_value=”$250,000″ interest_rate_value=”4.50%” amortization_period_value=”15 years” down_payment_visible=false]

    Since it’s a minor update I just made an update to the current version. So, you will need to first – deactivate the Responsive Mortgage Calculator, then Delete it and then Add it again (this way it will be downloaded from the plugin repository).

    Thread Starter lhilton760

    (@lhilton760)

    Thank you so much for your fast response to my support questions!

    Thread Starter lhilton760

    (@lhilton760)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show/Hide Downpayment on Different Pages’ is closed to new replies.