Script URL: Gbook
How do you make email address mandatory and customize the View/Sign Guestbook page.
Email Req'd and Customization of GB Initial Page
Re: Email Req'd and Customization of GB Initial Page
You could probably make email required by changing to in gbook.php file.
To modify the look you will need to find any modify the appropriate HTML/CSS code inside template files (folder templates/default)
Code: Select all
strlen($v['email']) > 0 &&
Code: Select all
strlen($v['email']) == 0 ||
To modify the look you will need to find any modify the appropriate HTML/CSS code inside template files (folder templates/default)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools