Viewing 5 replies - 1 through 5 (of 5 total)
  • Same here! would be nice

    I managed to add an extra field, now i cant validate it.

    $this->prefix . ‘_terms_condition’ => array(
    ‘title’ =>__( ‘Terms & Conditions’, ZM_ALR_TEXT_DOMAIN ),
    ‘type’ => ‘checkbox’,
    ‘href’ => ‘‘,
    ‘required’ => true,
    ‘label’ => ‘Please tick the box to download terms & Conditions’,
    ‘extra’ => ‘autocorrect=”none” autocapitalize=”none”‘,
    ),

    Plugin Author Zane Matthew

    (@zanematthew)

    Setting the “‘required’ => true,” should of done it, you can also try adding it via the extra text, like so:

    ‘extra’ => ‘autocorrect=”none” autocapitalize=”none” required’,

    Thank you so much, this worked

    Plugin Author Zane Matthew

    (@zanematthew)

    Glad it worked!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Extra Custom field in Registration form’ is closed to new replies.