Field Confirmation Widget: Add input mask field option

  • ubernederland
    Asked on August 11, 2015 at 5:45 AM

    Hi,

     

    Would it be possible to add masking to the field confirmation widget?

     

    Thanks!

  • Charlie
    Replied on August 11, 2015 at 9:23 AM

    Hi,

    When you say masking are you referring to an input mask option similar to the plain form fields?

    Field Confirmation Widget: Add input mask field option Image 1 Screenshot 20

    Or are you referring to the masking similar to when you input a password where the characters are not seen?

    Currently those options are not available in the Field Confirmation widget, but we can send a feature request to our widget team about that. Although we cannot guarantee the implementation of it. Let us know more about the masking option you are referring.

    Thank you.

  • ubernederland
    Replied on August 19, 2015 at 9:12 AM

    Hi Charlie,

    Thank you, I am referring to masking similar to plain form fields.

    Cheers

  • Charlie
    Replied on August 19, 2015 at 10:54 AM

    Thank you for the confirmation.

    Unfortunately, it is not possible for the Field Confirmation widget, but let me forward this to our widget team as a feature request. This might be used as an improvement. However, please note that I'm unable to guarantee the implementation of it, but rest assure that the widget team is already aware of this request.

    For the meantime, you can try using the plain text box then use the conditional logic feature to see if they match. Here's a sample form: http://form.jotformpro.com/form/52304188436960 

    1. First, I set two text boxes, and a text field as the warning message.

    Field Confirmation Widget: Add input mask field option Image 1 Screenshot 30

    2. I then use conditional logic to show the submit button and hide the warning message only if the two text boxes are a match. I used the field name to get the value of the text box one

    Field Confirmation Widget: Add input mask field option Image 2 Screenshot 41

     

     

    Thank you.