Direct PHP call/code
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Direct PHP call/code’ is closed to new replies.