Hi Bubblers,
I am releasing a FREE plugin for two basic input types: password input and phone number input.
Those elements are highly customizable. The editor preview is made to be as WYSIWYG as possible, meaning update to element styles will reflect in the editor.
Any feedback/request for support/feature requests are all appreciated.
Hi @an.tran ,
Thank you for your plugin. I just instal it and can’t figure out how to set prefered country. I know i need to use list of text in this field but what is the “country code” i must use in this field to set one prefered country? For example i tried (pl, PL, Poland, +48) in this field and any of it works.
Hello, sorry for the late reply. The Phone number input use this library: https://intl-tel-input.com/ under the hood. The countries codes should be ISO-3166 2-letter country code: pl, gb, us.
A list of codes can be found here.
However the current element is having a bug with regard to this option. I pushed a bug fix for this. You should update the element to the newest version.
My team is working to create a demo page for our plugins. The Password Input has been featured on the demo page, but not yet for the phone input.
Hi @anon69995196, what input field box are you referring to? If you are looking for a way to limit the length of the Password Input, currently we are not supporting that yet. We will receive your feedback and plan to do this in the near future. For now, you can implement a simple check with Bubble condition, for example: make the submit button not clickable if the Password Input’s value length is less than 8.
Hi @easydev.at, we will expose different parts of the phone input in the next update. This will allow you to just get the country code, or get the fully formatted phone number.