• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

E-commerce form not registering cell phone numbers

Community Beginner ,
Dec 14, 2016 Dec 14, 2016

Copy link to clipboard

Copied

Hello!

My e-commerce registration form for some reason doesn't register cell numbers. I think it used to, and then stopped working. Might be my own fault, but I'm stuck trying to figure it out.

The (current) code for the field is as follows:

<label for="CellPhone">Mobilnummer <span class="req">*</span></label><br />

<input type="text" name="CellPhone" id="CellPhone" class="cat_textbox" maxlength="255" /> </td>

I've tested this in another form, and it seems to work fine.

I also have this version working in another form:

<label for="CellPhone">Mobilnummer <span class="req">*</span></label><br />

<input type="tel" pattern="^[94]\d{7}$" name="CellPhone" id="CellPhone" class="cat_textbox" maxlength="255">

Could it be something in the scripts messing it up?

TOPICS
eCommerce

Views

228

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines