This topic is locked
[SOLVED]

2 register pages but second one isn't getting built

1/5/2024 11:19:01 PM
PHPRunner General questions
B
bioman author

Hi,
I am trying to make an application with 2 register pages (one for paid registrations and one for free promotional registrations). So, I have these pages:

  1. register
  2. register1

The problem is that register1 is not being built and so I can't direct anyone to it. I see that it is present in phprunner but it is not being built or published to my website. The "draft" box is not checked. Any insight into this would be greatly appreciated. Thanks,
Brett

B
bioman author 1/6/2024

Nevermind, I was misunderstanding how this works. Apparently, the alternate page is accessed by adding the following to the end of register.php:
?page=register1

I hope that helps someone.