Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there, @alexodiy ??

    HappyForms allows for masking phone numbers in international format. Just click Advanced button in your Phone part settings, then check International format checkbox. Your phone input will automatically apply mask in a phone number format for country selected. Would that work with your plans?

    As it turns out, an option to add text below submit button is not baked in. You can insert any text to your post content right below your form, and then style it to make it blend with form nicely using CSS. Does that help?

    Let us know! ??

    Thread Starter Dan Zakirov

    (@alexodiy)

    @thethemefoundry

    International format is not suitable. I meant that you can not specify the mask format and also in the CIS countries do not need the flag of the country. Have to finish yourself.

    Let me give an example … Here is the site https://artivity.spb.ru/ and for example in Russia this format is used https://prntscr.com/nmw9nf. Ie, a mask appears by clicking. But I did not find the settings how to remove the flag from the field and how to interact with the mask.

    Also often used is the agreement on privacy policy and it is used in most cases after the send button https://prntscr.com/nmwd4o. If it were possible to add fields or text after the button, that would be great.

    It would be nice if you could set any mask for the fields. it may not be just a phone, but for example a date or another required format.

    Got it, @alexodiy.

    We have plans to add proper masking to both Phone and Number part in a future. For now, it’s only possible to use pre-defined mask for each country in Phone part’s international setting though. Sorry about that!

    Adding a privacy policy link and checkbox can be done by adding a Legal part to your form. We believe it’s a part of the form like any other input, so the position just above the button fulfills most use cases. To add an exception and have it show up below, this CSS should help:

    #happyforms-294_legal_3-part {
      order: 1;
    }
    
    .happyforms-part--submit {
      order: 0;
    }

    Let us know your thoughts. And thank you for the feedback! ??

    Thread Starter Dan Zakirov

    (@alexodiy)

    @thethemefoundry

    I do that. But it would be better if these settings were present in the plugin.

    Sounds good, @alexodiy!

    We’re adding it to our notes and we’ll consider it when planning new features for future releases.

    Have a great weekend! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disadvantages that I have identified’ is closed to new replies.