• Resolved Severisth

    (@severisth)


    I have a fundraiser that has already raised a bunch of money ($120,000). I would like to start the fundraiser at that amount instead of at $0. What’s the best way to go about modifying that number?

    (If it’s not a built-in option, are there any known issues with editing the database field directly? I’m a full stack developer.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @severisth

    Thanks for asking this question.

    Unfortunately, there is no option to start the fundraising from a particular amount.

    As you know that, on single campaign page this Fund Raised value is coming from this function:

    <?php echo wpcf_function()->price( wpcf_function()->fund_raised() ); ?>

    So, I would request you to find the function and get familiar with the associated code as we do not provide any customization support.

    Kind Regards.

    @severisth Did you find a solution? Can you post it here or elaborate please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to alter the initial funds raised figure?’ is closed to new replies.