Hi,
On my homepage (which is different to the tinywebgallery page) I'd like to run a form to log into the password protected albums. I can't seem to see where the password popup lives in the code to be able to replicate it so would like to use something like this if possible?
Code:
<form action="index.php" method="post">
<input type="text" name="twg_private_login" class="form-control" placeholder="Type password here...">
<button class="btn btn-secondary" type="submit" value="submit">Enter Photo Albums</button>
</form>
I thought I could link to a simple password protected album like this...
https://domainname/index.php?twg_private_login=password but that does not work either.
Where am I going wrong? How can I achieve my goal?
Cheers
BBadger