Skip to main content
deleted 42 characters in body
Source Link

replace the form output with this code:

` type`type !== 'Captcha') : ?> label; ?> input; ?>

' . $field->label . ' ' . $field->input . ' '; endif; ?>

`

and, just before the submit, put <?php echo $captcha; ?>.

replace the form output with this code:

` type !== 'Captcha') : ?> label; ?> input; ?>

' . $field->label . ' ' . $field->input . ' '; endif; ?>

`

and, just before the submit, put <?php echo $captcha; ?>.

replace the form output with this code:

`type !== 'Captcha') : ?> label; ?> input; ?>

' . $field->label . ' ' . $field->input . ' '; endif; ?>

`

and, just before the submit, put <?php echo $captcha; ?>.

Source Link

replace the form output with this code:

` type !== 'Captcha') : ?> label; ?> input; ?>

' . $field->label . ' ' . $field->input . ' '; endif; ?>

`

and, just before the submit, put <?php echo $captcha; ?>.