• How to show error message when special category is chosen? I suppose the following code should be added:
    if ($_POST[‘post_category’]) == ‘None’ {
    alert(‘Please select a category!’); }

    But I do not where to put it.

    Thank you in advance!

  • The topic ‘How to show error message when special category is chosen’ is closed to new replies.