My website will have multiple forms, each of which will take the end user to a different page upon filling in a password and email address. There will be only one password which is changed weekly for the entire site.
If my site really takes off (fingers crossed) it would mean physically opening every single page and uploading them individually which could take hours every week. Here's a link to my site so you know what I mean.
I have tried to putting an HTML include to call a second form for the password - it shows this as a password field on the first form but it can be submitted with this field either blank or with anything in it. Perhaps I just haven't made the right combination of parameters in the second form?
Can someone please suggest a way of doing this? I'm looking for a way to make one change that would cover the entire site. I know that this isn't completely secure - but the general public is not savey about how things work in source codes.
If my site really takes off (fingers crossed) it would mean physically opening every single page and uploading them individually which could take hours every week. Here's a link to my site so you know what I mean.
I have tried to putting an HTML include to call a second form for the password - it shows this as a password field on the first form but it can be submitted with this field either blank or with anything in it. Perhaps I just haven't made the right combination of parameters in the second form?
Can someone please suggest a way of doing this? I'm looking for a way to make one change that would cover the entire site. I know that this isn't completely secure - but the general public is not savey about how things work in source codes.
Comment