• … does someone has allready mod’ed the p2 so that a user MUST ENTER something within the “tag it” form field?

Viewing 1 replies (of 1 total)
  • no – I actually removed mine… but… if you look at p2.js there’s this little part in the newPost function:

    if (“” == posttext) {
    $(“label#posttext_error”).text(‘All fields are required’).show().focus();
    return false;
    }

    Maybe something like that for the tags…

    If I can figure out how to add the TITLE field, then I’ll probably want it to be required, too… So, eventually I will know the answer to this!

Viewing 1 replies (of 1 total)
  • The topic ‘“tag it” field as a required one’ is closed to new replies.