• Resolved Mike-bd

    (@mikekharisma)


    I’ve got a client side custom post form and want to put a custom capthca question in. Your pluging seems to be the answer, but how can I call the capthca question directly into the form via code within a fieldset?
    The type form starts
    if( ‘POST’ == $_SERVER[‘REQUEST_METHOD’] && !empty( $_POST[‘action’] ) && $_POST[‘action’] == “new_post”) {
    and finishes with a submit
    input type=”submit” value=”Post Review” tabindex=”40″ id=”submit” name=”submit”
    input type=”hidden” name=”action” value=”new_post”
    php wp_nonce_field( ‘new-post’ );
    if that helps
    Cheers
    Mike

    https://wordpress.org/plugins/humancaptcha/

Viewing 1 replies (of 1 total)
  • Plugin Author Outerbridge

    (@outerbridge)

    Hi Mike

    It isn’t really designed to work that way, but you look at hooking into the methods in the $obr_humancaptcha global. Please let me know how you get on.

Viewing 1 replies (of 1 total)
  • The topic ‘Direct PHP call/code’ is closed to new replies.