The Live, Test, and Sandbox modes can only be adjusted at the account level, meaning that all pages inherit this setting. However sometimes it's needed that after an account moves into the "live" mode, for a specific page to be setup in "test" mode. Unfortunately, individual pages cannot be setup in the "sandbox" mode, but specific pages can be turned into "test" mode.
To enable "test" mode for a specific page, include the optional parameter "forceTestModeOn" in the url for the donation page.
For example, if your donation page url is:
https://raisedonors.com/your-org-name/example-donation-page
you'd add the above parameter to the url to make it as follows:
https://raisedonors.com/your-org-name/example-donation-page?forceTestModeOn=true
It's important to note that the first parameter is prepended with "?" and all subsequent arguments are added with "&".
Please note, that it is your responsibility to ensure this parameter is removed when you are ready to take the page live.
For a full list of tokens available in RaiseDonors, check out our guide here.