how can i preset default value in the tel field box?

Home Forums WPLMS Live WPLMS Phone Auth how can i preset default value in the tel field box?

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #346034
    kengi1437
    Participant
    Most of my user came from same country I would like to preset the country code in the login field make it more user friendly https://prnt.sc/10lzhv1
    #346889
    Scott Lang
    Moderator
    Checked the code Currently, presetting country code is not available. We will add this in the next update track this trello card https://trello.com/c/IPkGUL8A
    #347657
    kengi1437
    Participant
    when will the feature live? cant wait for it
    #348196
    Diana
    Participant
    It will take some time
    #349114
    kengi1437
    Participant
    Hello, when will it done?
    #349252
    Scott Lang
    Moderator
    We are working on it as it is done and tested we will release an update.
    #349567
    kengi1437
    Participant
    keep checking the status :)
    #349907
    Scott Lang
    Moderator
    Please track the trello card for update https://trello.com/c/IPkGUL8A I'll update here when the update with preset released. If you have any other issues please create a new topic for that.
    #351190
    kengi1437
    Participant
    Hello , 20 days past :) how its going?
    #351362
    Scott Lang
    Moderator
    We have also added the country select option which will be release soon check this http://prntscr.com/117banq After updating plugin you need to add this code to set default country selected
    add_filter('wplms-phone_script_args',function($args){
        $args['settings']['default_country_code'] = 'US';
        return $args;
    },10,1);
    You can Also search and use your prefered country code from here http://prntscr.com/117bct1
    #351706
    kengi1437
    Participant
    when will the update release?
    #351865
    Diana
    Participant
    The developer is on leave due to health issues, so I can't say when the update will be released. But let us know if the above code worked ?
    #351910
    kengi1437
    Participant
    :( I can't test it before your team release update, maybe I can download it somewhere?
    #352121
    Scott Lang
    Moderator
    We are releasing an update soon. We already updated the code for the country selected. I can directly update the plugin at your site please share the admin credentials, site URL, and FTP in a private reply.
    #352196
    kengi1437
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘how can i preset default value in the tel field box?’ is closed to new replies.