*

arun008

  • ***
  • 46 posts
Veronika user profile mobile filed limit 10 digit only
« on: April 01, 2018, 12:14:42 PM »
How to do this ?

*

MB Themes

Re: Veronika user profile mobile filed limit 10 digit only
« Reply #1 on: April 01, 2018, 05:09:01 PM »
add attribute max="10"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

arun008

  • ***
  • 46 posts
Re: Veronika user profile mobile filed limit 10 digit only
« Reply #2 on: April 01, 2018, 06:30:37 PM »
Where to add ?

<div class="row">
              <label for="phoneMobile"><span><?php _e('Mobile phone', 'veronika'); ?></span><span class="req">*</span></label>
              <div class="input-box"><i class="fa fa-mobile"></i><?php UserForm::mobile_text(osc_user()); ?></div>
            </div>

*

MB Themes

Re: Veronika user profile mobile filed limit 10 digit only
« Reply #3 on: April 01, 2018, 09:02:35 PM »
into this function:
UserForm::mobile_text
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

arun008

  • ***
  • 46 posts
Re: Veronika user profile mobile filed limit 10 digit only
« Reply #4 on: April 01, 2018, 09:29:32 PM »
Not working