Home › Forums › Quform WordPress › Phone Input Field Customization.
- This topic has 5 replies, 2 voices, and was last updated 1 year, 9 months ago by Ally.
- AuthorPosts
- February 13, 2023 at 10:39 am #35163JulesParticipant
I have followed the instructions provided here to add the international telephone script to my text field:
Here is my test page:
https://wordpress-917387-3200564.cloudwaysapps.com/contact/
The field I want to use for the phone field is: quform-field-6_154
So I added this as per your suggestion:
jQuery(function ($) {
if ($.fn.intlTelInput) {
$(‘.quform-field-6_154’).each(function () {
$(this).intlTelInput({
hiddenInput: $(this).attr(‘name’),
utilsScript: quformPhoneL10n.utilsScript
});
});
}
});Any ideas why nothing is happening? I checked my source code and I have the international telephone scripts added to the header and the utilities added to the footer.
Any chance that you are going to add something like this to the plugin? Thanks.
February 13, 2023 at 11:38 am #35166AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 13, 2023 at 8:22 pm #35167JulesParticipantThat’s great that you made a plugin. Would you be able to tell me how to customise the plugin to add the IP look up feature please?
February 14, 2023 at 8:14 am #35169AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 14, 2023 at 8:19 am #35170JulesParticipantI wil try that! Do I need to add a token from ipinfo or does it work as is? Thanks!
February 14, 2023 at 8:23 am #35172AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.