Viewing 2 replies - 1 through 2 (of 2 total)
  • I need this too. But it seems that the developper hasn’t come here in a while.

    If it can help, I found it myself. You need to modify a file.

    1. Open ed-shortcode.php (in classes folder)

    2. Search for line 129:
    $ed_phone_html .= ‘<input type=”text” name=”phone” id=”phone” placeholder=”‘ . __(‘Phone’, ’email-download-link’) . ‘” value=”” maxlength=”20″ />’;

    3. Replace it with:
    $ed_phone_html .= ‘<input type=”text” name=”phone” id=”phone” placeholder=”‘ . __(‘Phone *’, ’email-download-link’) . ‘” value=”” maxlength=”20″ required/>’;

    That’s it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Telephone # Field required’ is closed to new replies.