Hidden field in registration form
-
Hello there,
I would like to add hidden field to register form. Found the solution you posted on website, but not sure where this code should be pasted.
add_action('um_after_register_fields', 'add_a_hidden_field_to_register'); function add_a_hidden_field_to_register( $args ) { echo '<input type="hidden" name="field_id" id="field_id" value="HERE_GOES_THE_VALUE" />'; }Thanks for your time and help in advance,
Regards,
A
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Hidden field in registration form’ is closed to new replies.