I just noticed something with this mod for vb 4. According to the instructions, we need to add this to the register template:
Code:
<input type="hidden" name="isbot_time1" value="$isbot_time1" />
But for vb 4 it would need to be:
Code:
<input type="hidden" name="isbot_time1" value="{vb:raw isbot_time1}" />
Do we needs to preRegister the isbot_time1 variable in the code for the register template?