*

atba

  • ****
  • 190 posts
Mask for entering a number on the registration page
« on: December 11, 2018, 10:16:59 AM »
Hello! How do I set a mask for entering a number on the registration page? Did someone manage to implement it? On the publishing and editing page, everything quickly turned out with the help of "jquery.maskedinput.js."....

*

MB Themes

Re: Mask for entering a number on the registration page
« Reply #1 on: December 11, 2018, 11:31:50 AM »
Follow installation guide of that script.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

atba

  • ****
  • 190 posts
Re: Mask for entering a number on the registration page
« Reply #2 on: December 11, 2018, 01:56:37 PM »
there is no input field on the registration page that can be assigned an id

*

MB Themes

Re: Mask for entering a number on the registration page
« Reply #3 on: December 11, 2018, 04:18:43 PM »
@atba
you can use class, name, ...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

atba

  • ****
  • 190 posts
Re: Mask for entering a number on the registration page
« Reply #4 on: December 11, 2018, 05:46:18 PM »
<label for="phone"><?php _e('Mobile Phone', 'veronika'); ?></label> <span class="input-box last"><i class="fa fa-phone"></i><?php UserForm::mobile_text(osc_user()); ?></span>


объясните пожалуйста, то я здесь могу присвоить . Спасибо

*

atba

  • ****
  • 190 posts
Re: Mask for entering a number on the registration page
« Reply #5 on: January 08, 2019, 11:35:27 PM »
the problem is solved..... just do not need to shove the plugin script before the closing tag boby, as recommended