I love web form builder!! However I would like to override the default settings for a password field. Currently it is set to only accept entries with a minimum of 5 characters, I would like to be able to set this to 1. I know it isnt secure, but its a user requirement.
Thanks!!
Web Form Builder password field -...
If you edit the form.cfg.php file, search for "rules". Here you can adjust the minimum characters that you want to use.
Locate this:
rules":{"password1":{"minlength":5,"label":"Password","fieldtype":"password"}},
Change to this:
rules":{"password1":{"minlength":1,"label":"Password","fieldtype":"password"}},
Locate this:
rules":{"password1":{"minlength":5,"label":"Password","fieldtype":"password"}},
Change to this:
rules":{"password1":{"minlength":1,"label":"Password","fieldtype":"password"}},
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Thanks Scott. Where is this file located? My file explorer could not find this file.
Export your form to your hard drive. In the directory you will see a directory using the name of your form... formname_exported
In that directory you will see formname.php and another dir with formname
In that formname dir there are several dirs, and files. That is where you will find form.cfg.php
In that directory you will see formname.php and another dir with formname
In that formname dir there are several dirs, and files. That is where you will find form.cfg.php
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
-------------------------------------
https://sadduck.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.