Add NATS Code to Tours
To add NATS code to a tour you'll need to use the following code tag for the join link, changing the link as needed to point to the correct location of your signup page. This can be entered in your admin panel by clicking Edit for a our under Plug-Ins, Tour Manager and filling in the Join URL field.
signup.php?nats=##natscode##&step=2
The ##natscode## is a special string that replaces the PHP code that NATS requires to be passed along that looks something like this:
<?= ($_REQUEST["nats"]) ? $_REQUEST["nats"] : "xxxxxxxx"; ?>
You can configure which NATS code to pass along by default by editing your tour, and placing in a value under "Default Nats Value"