Find address automatically by postal code

Home Forums Quform WordPress Find address automatically by postal code

This topic is: not resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #34182
    jumpnwow
    Participant

    Automatically find address by postal code

    Hello

    I once asked a question on https://codecanyon.net/.

    Answered, but I’m new to coding, so it’s difficult.

    I would like to get help from you.

    Please help me.

    Question)
    here is a way to automatically enter the zip code in the MW WP form.

    I love your form and want to apply it.

    https://byacco.work/wordpress-auto-address/
    Is it possible?

    answer)
    Hi

    It looks like it should work, but you would need to integrate the script as described here.

    Enqueue the yubinbango.js script.

    You can add a class to the form using this PHP code snippet (replace the number 1 with the form ID):

    add_filter(‘quform_form_attributes_1’, function ($attributes) {
    $attributes[‘class’] .= ‘h-adr’;
    return $attributes;
    });
    Then add a Hidden field with the settings Custom CSS Class: p-country-name and Default Value: Japan

    Then add a Text field with Custom CSS Class: p-postal-code

    Then you can add other Text fields with the classes for the data you want, e.g. p-street-address

    Regards, Ally

    I want to write as a field in the cueform.

    I have filled out the form on my site.

    If it is okay, please check with the administrator account of my website.

    #34186
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #34190
    jumpnwow
    Participant

    Hello

    Thank you for your kindness.

    I will send you my website and admin account.

    thank you.

    • This reply was modified 1 year, 11 months ago by jumpnwow.
    • This reply was modified 1 year, 11 months ago by jumpnwow.
    #34197
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #34200
    jumpnwow
    Participant

    Thank you for your kindness.

    I solved the big problem. Thankfully, I didn’t get fired from the company. Hahaha

    How to use Quform was also studied.

    Have a nice day.

    #34203
    jumpnwow
    Participant

    Hello

    I would like to make an additional form mail.

    What should I do?

    #34210
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy