Mask Plugin in DFFS Field Home › Forums › Classic DFFS › Mask Plugin in DFFS Field This topic has 1 reply, 2 voices, and was last updated 9 years, 1 month ago by Alexander Bautz. Viewing 1 reply thread Author Posts October 1, 2015 at 13:02 #8601 lzuhuoParticipant Hi Alex. How can I use mask plugin from jquery in DFFS forms? I try to use by spjs: $(spjs.dffs.fields.phone_number).mask(‘(99) 99999-9999’); and by ID: $(‘#phone_number_aad2c59f-13bd-4563-aac8-6ef756398f6d_$TextField’).mask(‘(99) 99999-9999’); Even including jquery.maskedinput.min.js on frontend it is not working. Thanks October 4, 2015 at 08:53 #8620 Alexander BautzKeymaster Hi, I have tested this by loading the mask plugin and addressing the Title field like this: $("#dffs_Title").find("input").mask("(99) 99999-9999"); Change Title to your fields FieldInternalName. Alexander Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In