This commit is contained in:
Varun 2020-10-21 13:42:02 +05:30
parent 0ebc881062
commit 5bfdab47a9
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -62,3 +62,4 @@ gh_log( gh_input( 'VALUE2' ) );
gh_log( gh_input( 'VALUE3' ) );
gh_log( gh_input( 'VALUE4', 'DEFAULT_VALUE' ) );
gh_validate_input( 'VALUE5', 'Sorry Can\'t Process VALUE5 Input Is Required' );
gh_validate_input( 'VALUE6' );